<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/plugin, branch v0.1.2</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>Remove getscript.vim.</title>
<updated>2015-12-12T14:18:51+00:00</updated>
<author>
<name>Seth Jackson</name>
<email>sethjackson@gmail.com</email>
</author>
<published>2015-12-12T02:10:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5262cf2f193d25784677e2bb5c9add911474d85c'/>
<id>5262cf2f193d25784677e2bb5c9add911474d85c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>runtime: Add [ft]plugin/shada.vim files that automatically open .shada</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:45:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9037a180defe3e7344e2eb9843cfa20a43d6f59f'/>
<id>9037a180defe3e7344e2eb9843cfa20a43d6f59f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
<entry>
<title>man.vim: accept [count] for section number.</title>
<updated>2015-09-23T04:06:27+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2015-09-22T07:10:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2169721b94f1f8adf490a39380ed3f16d824d359'/>
<id>2169721b94f1f8adf490a39380ed3f16d824d359</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>man.vim: convert ftplugin to actual plugin.</title>
<updated>2015-09-23T04:05:33+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2015-01-23T22:52:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4fb75d61c2c52ac25de96763788775f5e2d27dd7'/>
<id>4fb75d61c2c52ac25de96763788775f5e2d27dd7</id>
<content type='text'>
- do not create leader maps
- :norm! instead of :norm
- :keepjumps during layout
- use blackhole reg to avoid polluting unnamed reg
- format buffer name as "man://foo(2)"
- simulate behavior of `man`
    - buffer-local mapping of q to quit
    - open in new tab instead of new window
    - set 'nolist'
    - set tabstop=8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- do not create leader maps
- :norm! instead of :norm
- :keepjumps during layout
- use blackhole reg to avoid polluting unnamed reg
- format buffer name as "man://foo(2)"
- simulate behavior of `man`
    - buffer-local mapping of q to quit
    - open in new tab instead of new window
    - set 'nolist'
    - set tabstop=8
</pre>
</div>
</content>
</entry>
<entry>
<title>runtime: Include vim-tutor-mode</title>
<updated>2015-08-15T18:25:30+00:00</updated>
<author>
<name>Felipe Morales</name>
<email>hel.sheep@gmail.com</email>
</author>
<published>2015-05-19T02:17:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4fc1ab779dd23416af08f4124d5f72c2c0629e56'/>
<id>4fc1ab779dd23416af08f4124d5f72c2c0629e56</id>
<content type='text'>
vim-tutor-mode provides a mechanism to write and read interactive
tutorials in vim. It's aim is to replace the venerable vimtutor with a
more modern system.

The plugin's development is maintained at https://github.com/fmoralesc
/vim-tutor-mode

Closes #2351.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vim-tutor-mode provides a mechanism to write and read interactive
tutorials in vim. It's aim is to replace the venerable vimtutor with a
more modern system.

The plugin's development is maintained at https://github.com/fmoralesc
/vim-tutor-mode

Closes #2351.
</pre>
</div>
</content>
</entry>
<entry>
<title>plugin: enable the matchit plugin by default #2723</title>
<updated>2015-06-05T02:45:19+00:00</updated>
<author>
<name>Felipe Morales</name>
<email>hel.sheep@gmail.com</email>
</author>
<published>2015-05-21T15:23:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=98053f0f9fc3405e48ba3a9089a29fd23b3b414c'/>
<id>98053f0f9fc3405e48ba3a9089a29fd23b3b414c</id>
<content type='text'>
Reviewed-by: Scott Prager &lt;splinterofchaos@gmail.com&gt;
Reviewed-by: Michael Reed &lt;m.reed@mykolab.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Scott Prager &lt;splinterofchaos@gmail.com&gt;
Reviewed-by: Michael Reed &lt;m.reed@mykolab.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[WIP] "abstract_ui" fixes and improvements"</title>
<updated>2015-01-12T15:14:52+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2015-01-12T15:14:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d7e18b5c9591da967b707ee4219f1f8789edc175'/>
<id>d7e18b5c9591da967b707ee4219f1f8789edc175</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>runtime: Fix plugin/matchparen.vim for abstract_ui</title>
<updated>2015-01-12T12:47:40+00:00</updated>
<author>
<name>Thiago de Arruda</name>
<email>tpadilha84@gmail.com</email>
</author>
<published>2015-01-03T00:16:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4a28785c6e279c17941679feadc6fb6d090ace9f'/>
<id>4a28785c6e279c17941679feadc6fb6d090ace9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>runtime: Refer to plugins running outside Nvim as "remote plugins"</title>
<updated>2014-11-21T13:11:42+00:00</updated>
<author>
<name>Thiago de Arruda</name>
<email>tpadilha84@gmail.com</email>
</author>
<published>2014-11-21T13:07:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6b17082d3cf1f2e6c9eddb4f5ec0154f0f7286b0'/>
<id>6b17082d3cf1f2e6c9eddb4f5ec0154f0f7286b0</id>
<content type='text'>
- Rename autoload/rpc to autoload/remote
- External plugins are now remote plugins
- External plugins directory is "rplugin"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Rename autoload/rpc to autoload/remote
- External plugins are now remote plugins
- External plugins directory is "rplugin"
</pre>
</div>
</content>
</entry>
</feed>
