<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/autoload, branch v0.1.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>tutor: Fix mistaken option name</title>
<updated>2015-11-28T18:55:43+00:00</updated>
<author>
<name>Felipe Morales</name>
<email>hel.sheep@gmail.com</email>
</author>
<published>2015-11-28T18:55:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4af822fa0933c1da5c8ee79ac43814b526a5cee3'/>
<id>4af822fa0933c1da5c8ee79ac43814b526a5cee3</id>
<content type='text'>
Closes #3754</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #3754</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3675 from fmoralesc/update-vim-tutor</title>
<updated>2015-11-28T10:23:22+00:00</updated>
<author>
<name>Felipe Morales</name>
<email>hel.sheep@gmail.com</email>
</author>
<published>2015-11-28T10:23:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=538a57cfd873a3e8b1e2906c3499f1b83e555ef0'/>
<id>538a57cfd873a3e8b1e2906c3499f1b83e555ef0</id>
<content type='text'>
tutor: Update vim-tutor to 0.2.1</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tutor: Update vim-tutor to 0.2.1</pre>
</div>
</content>
</entry>
<entry>
<title>tutor: Update vim-tutor to 0.2.1</title>
<updated>2015-11-28T09:59:21+00:00</updated>
<author>
<name>Felipe Morales</name>
<email>hel.sheep@gmail.com</email>
</author>
<published>2015-11-15T14:57:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0af56a0ec766b1c2453f816bd24ecc8f1101f480'/>
<id>0af56a0ec766b1c2453f816bd24ecc8f1101f480</id>
<content type='text'>
Also, some tweaks based on input by @fdinoff on gitter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, some tweaks based on input by @fdinoff on gitter.
</pre>
</div>
</content>
</entry>
<entry>
<title>shada: Also store last search direction</title>
<updated>2015-11-23T14:08:01+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2015-11-01T18:26:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b98cea909f1a38fc8d0f901164e1e44b03620e2a'/>
<id>b98cea909f1a38fc8d0f901164e1e44b03620e2a</id>
<content type='text'>
Note: it looks like viminfo files do not store search direction intentionally.
After reading viminfo file search direction was considered to be “forward”.

Note 2: all files created on earlier Neovim version will automatically receive
“forward” direction.

Fixes #3580
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note: it looks like viminfo files do not store search direction intentionally.
After reading viminfo file search direction was considered to be “forward”.

Note 2: all files created on earlier Neovim version will automatically receive
“forward” direction.

Fixes #3580
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3270 from ZyX-I/shada-support</title>
<updated>2015-11-22T23:27:18+00:00</updated>
<author>
<name>Felipe Morales</name>
<email>hel.sheep@gmail.com</email>
</author>
<published>2015-11-22T23:27:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=321db59ca1dc304feb3e00c10ca3e89c1de616e7'/>
<id>321db59ca1dc304feb3e00c10ca3e89c1de616e7</id>
<content type='text'>
Add plugin for editing ShaDa files</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add plugin for editing ShaDa files</pre>
</div>
</content>
</entry>
<entry>
<title>runtime/autoload/provider/python{,3}.vim: fix E168</title>
<updated>2015-11-03T15:52:26+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2015-11-03T15:52:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=dcc71094d1c24cb37566b7712f14c10d8f0bc961'/>
<id>dcc71094d1c24cb37566b7712f14c10d8f0bc961</id>
<content type='text'>
Do not use `finish` inside of `provider#python{,3}#Call`, but `return`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not use `finish` inside of `provider#python{,3}#Call`, but `return`.
</pre>
</div>
</content>
</entry>
<entry>
<title>runtime: Add autoload/shada.vim helper file</title>
<updated>2015-11-01T18:27:28+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2015-08-31T18:44:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8d9063bb2af76fe196c88cf3dc5a8da15ad9e640'/>
<id>8d9063bb2af76fe196c88cf3dc5a8da15ad9e640</id>
<content type='text'>
Contains most of the logic
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Contains most of the logic
</pre>
</div>
</content>
</entry>
<entry>
<title>runtime: Add autoload/msgpack.vim helper file</title>
<updated>2015-11-01T18:27:27+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2015-08-30T11:12:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=00a638179d566f3bbbd95a618ecebcccb51a4126'/>
<id>00a638179d566f3bbbd95a618ecebcccb51a4126</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>spellfile: follow the XDG spec</title>
<updated>2015-10-28T13:46:00+00:00</updated>
<author>
<name>Felipe Morales</name>
<email>hel.sheep@gmail.com</email>
</author>
<published>2015-10-28T09:17:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6b6f018f84e8e2c74dbcf79e8b8214fd0622b43a'/>
<id>6b6f018f84e8e2c74dbcf79e8b8214fd0622b43a</id>
<content type='text'>
Closes #3535
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #3535
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8feef4f #3444</title>
<updated>2015-10-11T22:07:58+00:00</updated>
<author>
<name>rosston</name>
<email>ross.brandes@appropos.com</email>
</author>
<published>2015-10-09T21:42:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d69f3bbb0d3a0549466ac0e36a1364d1890b4691'/>
<id>d69f3bbb0d3a0549466ac0e36a1364d1890b4691</id>
<content type='text'>
Update runtime files.

https://github.com/vim/vim/commit/8feef4ff6253afb9dcc61c40082ed4fbb96b685c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update runtime files.

https://github.com/vim/vim/commit/8feef4ff6253afb9dcc61c40082ed4fbb96b685c
</pre>
</div>
</content>
</entry>
</feed>
