<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vim-polyglot/autoload, branch v4.9.2</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>Fix detection of indentation, #537</title>
<updated>2020-09-04T15:31:22+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2020-09-04T15:31:22+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=b2640b5b760e6fc68b8cc49d3c8bab6cdef4f889'/>
<id>b2640b5b760e6fc68b8cc49d3c8bab6cdef4f889</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to neovim version of help filetype, fixes #536</title>
<updated>2020-09-04T10:11:55+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2020-09-04T10:11:55+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=48f59577c8fa68d85ac73bfd9f257d606c4660b5'/>
<id>48f59577c8fa68d85ac73bfd9f257d606c4660b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable native autocommands when appropriate, fixes #533</title>
<updated>2020-09-03T03:36:55+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2020-09-03T03:36:55+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=7123e974980a76e4db9bf7fff1510cab03b072ae'/>
<id>7123e974980a76e4db9bf7fff1510cab03b072ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatically detect indentation, closes #529</title>
<updated>2020-09-01T21:38:17+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2020-09-01T21:38:17+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=63119f09d1390b61155cc0dc3ff497356d2fc7e5'/>
<id>63119f09d1390b61155cc0dc3ff497356d2fc7e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix reason filetype detection, closes #532</title>
<updated>2020-09-01T21:02:36+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2020-09-01T21:02:36+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=f2ef4cedecf554c0c9f0694f93df1d53a57bf70c'/>
<id>f2ef4cedecf554c0c9f0694f93df1d53a57bf70c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove vim-sql-syntax, #528</title>
<updated>2020-09-01T13:55:43+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2020-09-01T13:55:43+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=8dd0474feb60a4b9f50ee2b8decead0146623966'/>
<id>8dd0474feb60a4b9f50ee2b8decead0146623966</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some major updates including heuristics</title>
<updated>2020-09-01T06:33:15+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2020-09-01T06:33:15+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=e166f741ef054ea990aa6d1af85b97ceb82171bb'/>
<id>e166f741ef054ea990aa6d1af85b97ceb82171bb</id>
<content type='text'>
- Allow to define heuristics in heuristics.yaml
- Migrate all filetypes from vim beginning with "a"
- Remove enhanced cpp syntax (it was too slow to load)
- Use setf instead of set ft for setting filetype (faster)
- Override native hauristics with au!
- Add globbing of files for packages
- Replace predefined dirs with extra_dirs and ignored_dirs
- Allow to define proper order of packages with topological sort
- Fix powershell detection
- Lint and fix many packages.yaml issues
- etc etd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Allow to define heuristics in heuristics.yaml
- Migrate all filetypes from vim beginning with "a"
- Remove enhanced cpp syntax (it was too slow to load)
- Use setf instead of set ft for setting filetype (faster)
- Override native hauristics with au!
- Add globbing of files for packages
- Replace predefined dirs with extra_dirs and ignored_dirs
- Allow to define proper order of packages with topological sort
- Fix powershell detection
- Lint and fix many packages.yaml issues
- etc etd
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove vifm and test all filetypes</title>
<updated>2020-08-24T10:34:24+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2020-08-24T10:34:24+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=be8d039e02e4e4219639935aafa1194932e980e7'/>
<id>be8d039e02e4e4219639935aafa1194932e980e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove some custom dirs config</title>
<updated>2020-08-24T08:56:09+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2020-08-24T08:56:09+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=63a175357a139ebbecf724b5d8229d383a08afef'/>
<id>63a175357a139ebbecf724b5d8229d383a08afef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add requirements.txt support, closes #507</title>
<updated>2020-08-18T21:31:31+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2020-08-18T21:31:31+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=0df1bfa0c5f3efb6688566d5656a330034772037'/>
<id>0df1bfa0c5f3efb6688566d5656a330034772037</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
