<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vim-polyglot/scripts/test, branch v4.13.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 test and loading of filetypes, closes #577</title>
<updated>2020-10-07T19:51:30+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2020-10-07T19:51:30+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=4bec20ec1a7cde0c29d9550d244f428484fa56ab'/>
<id>4bec20ec1a7cde0c29d9550d244f428484fa56ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix all warning messages</title>
<updated>2020-09-28T16:56:36+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2020-09-28T16:56:36+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=31409eaafb75e2454c732dd953e92acc557fd5a7'/>
<id>31409eaafb75e2454c732dd953e92acc557fd5a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update test script to ruby</title>
<updated>2020-09-23T17:37:58+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2020-09-23T17:37:50+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=33f0964d53270e627e9293a3a7a2badb44353a0b'/>
<id>33f0964d53270e627e9293a3a7a2badb44353a0b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update tests location</title>
<updated>2020-09-22T19:47:21+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2020-09-22T19:47:21+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=378dcb387823e840c13722d4b514086c8dfa3527'/>
<id>378dcb387823e840c13722d4b514086c8dfa3527</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix eruby filetype detect, closes #547</title>
<updated>2020-09-15T09:19:56+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2020-09-15T09:19:56+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=271679272c7bb1a281c7404408a2414068abf91c'/>
<id>271679272c7bb1a281c7404408a2414068abf91c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure duplicate tags do not happen in the future, #538</title>
<updated>2020-09-06T17:20:23+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2020-09-06T17:20:09+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=e9b3bcd5e1ba61445565041b757392e385fd5ed0'/>
<id>e9b3bcd5e1ba61445565041b757392e385fd5ed0</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>Fix ansible ftdetect</title>
<updated>2020-08-25T12:26:38+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2020-08-25T12:26:38+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=080b8cdc603b059db2d9e6f56e3f724418f9366a'/>
<id>080b8cdc603b059db2d9e6f56e3f724418f9366a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>fix: Migrate build script to ruby</title>
<updated>2020-08-23T21:35:05+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2020-08-23T21:35:05+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=23defeb61028e25369f54bad521c8948a03f15ba'/>
<id>23defeb61028e25369f54bad521c8948a03f15ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
