<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vim-polyglot/autoload/polyglot, branch master</title>
<subtitle>polyglot fork - https://github.com/sheerun/vim-polyglot</subtitle>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/'/>
<entry>
<title>Update</title>
<updated>2022-10-14T15:40:10+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2022-10-14T15:40:10+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=bc8a81d3592dab86334f27d1d43c080ebf680d42'/>
<id>bc8a81d3592dab86334f27d1d43c080ebf680d42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update</title>
<updated>2022-04-18T10:08:27+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2022-04-18T10:08:27+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=db7bb8ba22f5798bf3abe9f786bc6e6d002725f8'/>
<id>db7bb8ba22f5798bf3abe9f786bc6e6d002725f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix doubled comma in autocmd (#791)</title>
<updated>2022-04-18T10:03:43+00:00</updated>
<author>
<name>Michael Meyer</name>
<email>me@entrez.cc</email>
</author>
<published>2022-04-18T10:03:43+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=32d08013a68efb59f0800f398dbfc64237346f35'/>
<id>32d08013a68efb59f0800f398dbfc64237346f35</id>
<content type='text'>
The doubled comma (,,) in the list of autocmd patterns introduces a
blank pattern which matches all filenames in the most recent version of
neovim, causing the default filetype to be sh unless another rule
overrides it.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The doubled comma (,,) in the list of autocmd patterns introduces a
blank pattern which matches all filenames in the most recent version of
neovim, causing the default filetype to be sh unless another rule
overrides it.</pre>
</div>
</content>
</entry>
<entry>
<title>Use old version of vim repository, fixes #779</title>
<updated>2022-02-20T23:07:11+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2022-02-20T23:04:43+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=83422e0a1fcfc88f3475104b0e0674e8dbe3130e'/>
<id>83422e0a1fcfc88f3475104b0e0674e8dbe3130e</id>
<content type='text'>
closes #780
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #780
</pre>
</div>
</content>
</entry>
<entry>
<title>Update</title>
<updated>2022-02-17T03:31:45+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2022-02-17T03:31:35+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=b77c5f11070ecb2ff343aa18b4ea859e6168f16c'/>
<id>b77c5f11070ecb2ff343aa18b4ea859e6168f16c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update</title>
<updated>2022-01-01T17:34:50+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2022-01-01T17:34:50+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=c96947b1c64c56f70125a9bac9c006f69e45d5d3'/>
<id>c96947b1c64c56f70125a9bac9c006f69e45d5d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update</title>
<updated>2021-12-21T13:41:23+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2021-12-21T13:41:23+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=87a26c5bf169bafbee837e2323f24cfb07e35250'/>
<id>87a26c5bf169bafbee837e2323f24cfb07e35250</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Put shebang detection function in `s:` instead of `b:` (#746)</title>
<updated>2021-11-21T23:54:40+00:00</updated>
<author>
<name>NariyasuHeseri</name>
<email>31871512+NariyasuHeseri@users.noreply.github.com</email>
</author>
<published>2021-11-21T23:54:40+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=918610d427503c5c7b380eae4a954bd8cb427db5'/>
<id>918610d427503c5c7b380eae4a954bd8cb427db5</id>
<content type='text'>
Fixes #743</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #743</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure some files are compied from each package</title>
<updated>2021-09-09T10:42:18+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2021-09-09T10:42:18+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=b147123070e5d7418fe67e315a53599cfde38d58'/>
<id>b147123070e5d7418fe67e315a53599cfde38d58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update</title>
<updated>2021-09-09T10:05:33+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2021-09-09T10:05:33+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=7f98e949d4922ba2109304bd4cabe9578a8062fb'/>
<id>7f98e949d4922ba2109304bd4cabe9578a8062fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
