<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/autoload/dist, branch v0.5.1</title>
<subtitle>Neovim fork with Rahm's personal hacks.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/'/>
<entry>
<title>vim-patch:8.2.3050: cannot recognize elixir files</title>
<updated>2021-06-26T14:51:29+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2021-06-26T14:50:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=750ad1884586628c5aa7fca7a23411035ce26a42'/>
<id>750ad1884586628c5aa7fca7a23411035ce26a42</id>
<content type='text'>
Problem:    Cannot recognize elixir files.
Solution:   Recognize Elixir-specific files.  Check if an .ex file is Euphoria
            or Elixir. (Austin Gatlin, closes vim/vim#8401, closes vim/vim#8446)
https://github.com/vim/vim/commit/f3caeb63d62c08b579e9b5f40b35e8bf64dde87a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot recognize elixir files.
Solution:   Recognize Elixir-specific files.  Check if an .ex file is Euphoria
            or Elixir. (Austin Gatlin, closes vim/vim#8401, closes vim/vim#8446)
https://github.com/vim/vim/commit/f3caeb63d62c08b579e9b5f40b35e8bf64dde87a
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:207f009326c8</title>
<updated>2021-04-30T01:56:34+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2021-04-30T01:13:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1e03e76dafb5d166bb3d9ed262695f306de6ac4d'/>
<id>1e03e76dafb5d166bb3d9ed262695f306de6ac4d</id>
<content type='text'>
Update runtime files.
https://github.com/vim/vim/commit/207f009326c8f878defde0e594d7d9ed9860106e

Omit nl.po.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update runtime files.
https://github.com/vim/vim/commit/207f009326c8f878defde0e594d7d9ed9860106e

Omit nl.po.
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:d1caa941d876</title>
<updated>2021-04-28T02:40:39+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2021-04-28T01:48:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e612a0a76a5c990220113e76ec6a07fe49c28618'/>
<id>e612a0a76a5c990220113e76ec6a07fe49c28618</id>
<content type='text'>
Update runtime files
https://github.com/vim/vim/commit/d1caa941d876181aae0ebebc6ea954045bf0da24

Cherry-pick error E452 from patch v8.2.0486.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update runtime files
https://github.com/vim/vim/commit/d1caa941d876181aae0ebebc6ea954045bf0da24

Cherry-pick error E452 from patch v8.2.0486.
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:d7df279808f7</title>
<updated>2021-04-27T13:21:33+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2021-04-25T04:43:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c8f07e5e1f073d7ed8eb7cd0185b7b5fa26ad474'/>
<id>c8f07e5e1f073d7ed8eb7cd0185b7b5fa26ad474</id>
<content type='text'>
Update a few runtime files.
https://github.com/vim/vim/commit/d7df279808f75f7a4af8dd48deae73a9b727ac3b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update a few runtime files.
https://github.com/vim/vim/commit/d7df279808f75f7a4af8dd48deae73a9b727ac3b
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.2.2334: Pascal-like filetypes not always detected</title>
<updated>2021-01-13T23:25:00+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2021-01-13T14:37:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d953614e72c266a911bf9752dc25abe4c839a78d'/>
<id>d953614e72c266a911bf9752dc25abe4c839a78d</id>
<content type='text'>
Problem:    Pascal-like filetypes not always detected.
Solution:   Improved Puppet, InstantFPC and Pascal detection. (Doug Kearns,
            closes vim/vim#7662)
https://github.com/vim/vim/commit/a0122dcd1cc9e9bb62c071a9b91426a8bce4f8d9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Pascal-like filetypes not always detected.
Solution:   Improved Puppet, InstantFPC and Pascal detection. (Doug Kearns,
            closes vim/vim#7662)
https://github.com/vim/vim/commit/a0122dcd1cc9e9bb62c071a9b91426a8bce4f8d9
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.2.1476: filetype test fails on MS-Windows</title>
<updated>2020-08-17T22:30:34+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2020-08-17T22:30:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=27a67288485d890cd514bced11833fa010ed0b92'/>
<id>27a67288485d890cd514bced11833fa010ed0b92</id>
<content type='text'>
Problem:    Filetype test fails on MS-Windows.
Solution:   Remove "^" from pattern.
https://github.com/vim/vim/commit/aa9675a61d510c4a56c3845d05b32b1ef780d119
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Filetype test fails on MS-Windows.
Solution:   Remove "^" from pattern.
https://github.com/vim/vim/commit/aa9675a61d510c4a56c3845d05b32b1ef780d119
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.2.1474: /usr/lib/udef/rules.d not recognized as udevrules</title>
<updated>2020-08-17T22:30:10+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2020-08-17T22:30:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=97d3bd0bc675537ea2afa5ad5b1f5bae6cc2fc53'/>
<id>97d3bd0bc675537ea2afa5ad5b1f5bae6cc2fc53</id>
<content type='text'>
Problem:    /usr/lib/udef/rules.d not recognized as udevrules.
Solution:   Adjust match pattern. (Haochen Tong, closes 36722)
https://github.com/vim/vim/commit/624b6eaf20f3e8c669425b6a32f17fb9ec2ebbd2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    /usr/lib/udef/rules.d not recognized as udevrules.
Solution:   Adjust match pattern. (Haochen Tong, closes 36722)
https://github.com/vim/vim/commit/624b6eaf20f3e8c669425b6a32f17fb9ec2ebbd2
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:63b74a8362b1</title>
<updated>2019-08-01T20:48:28+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-08-01T20:45:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2cdbbe50a4a695004adce50d7502869bb2410928'/>
<id>2cdbbe50a4a695004adce50d7502869bb2410928</id>
<content type='text'>
Update runtime files.
https://github.com/vim/vim/commit/63b74a8362b14576b21d342dc424d0396ca8ea27
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update runtime files.
https://github.com/vim/vim/commit/63b74a8362b14576b21d342dc424d0396ca8ea27
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:ba3ff539303c</title>
<updated>2019-07-29T18:50:07+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-07-28T23:58:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=80dda6892612de8405744b549aa2c2578a82a1b5'/>
<id>80dda6892612de8405744b549aa2c2578a82a1b5</id>
<content type='text'>
Update runtime files
https://github.com/vim/vim/commit/ba3ff539303c7bb6e46a6802dce3c7b2e55284e0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update runtime files
https://github.com/vim/vim/commit/ba3ff539303c7bb6e46a6802dce3c7b2e55284e0
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.0771: some shell filetype patterns end in a star</title>
<updated>2019-03-18T00:38:55+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2019-03-18T00:37:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=fb95bb38b5e9b83dcbea663744d80439109c6d0a'/>
<id>fb95bb38b5e9b83dcbea663744d80439109c6d0a</id>
<content type='text'>
Problem:    Some shell filetype patterns end in a star.
Solution:   Make sure that patterns not ending in a star are preferred.
https://github.com/vim/vim/commit/147e7d0caba8b66ff11622e514142bcc3d24403a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Some shell filetype patterns end in a star.
Solution:   Make sure that patterns not ending in a star are preferred.
https://github.com/vim/vim/commit/147e7d0caba8b66ff11622e514142bcc3d24403a
</pre>
</div>
</content>
</entry>
</feed>
