<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/ftplugin, branch v0.1.0</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: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>tutor-mode: update plugin</title>
<updated>2015-09-27T13:17:20+00:00</updated>
<author>
<name>Felipe Morales</name>
<email>hel.sheep@gmail.com</email>
</author>
<published>2015-09-27T09:30:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5ec5e9ae43d5f5f99a02215372bf1124a18541fe'/>
<id>5ec5e9ae43d5f5f99a02215372bf1124a18541fe</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: Prevent sourcing in startup.</title>
<updated>2015-09-26T02:04:45+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2015-09-26T01:49:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=399864dc28498496bb82cdeb7b4aeae935cd667d'/>
<id>399864dc28498496bb82cdeb7b4aeae935cd667d</id>
<content type='text'>
It is common practice for Vim users to
  :runtime! ftplugin/man.vim
in order to get the :Man command. That will cause weird settings for
non-man files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is common practice for Vim users to
  :runtime! ftplugin/man.vim
in order to get the :Man command. That will cause weird settings for
non-man files.
</pre>
</div>
</content>
</entry>
<entry>
<title>man.vim: window-local options</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-20T13:46:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3c32ae2ff3f8e8c0879d7adc7b0f4d4023424a25'/>
<id>3c32ae2ff3f8e8c0879d7adc7b0f4d4023424a25</id>
<content type='text'>
Set window-local options only on a newly-created "man" tab or if we're
already in one.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set window-local options only on a newly-created "man" tab or if we're
already in one.
</pre>
</div>
</content>
</entry>
<entry>
<title>man.vim: man#get_page(): parse page and section.</title>
<updated>2015-09-23T04:06:26+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2015-09-19T21:44:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=45724e2c4148aaddfbb83909d2d637a760e57710'/>
<id>45724e2c4148aaddfbb83909d2d637a760e57710</id>
<content type='text'>
- Eliminate man#pre_get_page().
- Temporarily remove () from 'iskeyword' to avoid spurious \k match.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Eliminate man#pre_get_page().
- Temporarily remove () from 'iskeyword' to avoid spurious \k match.
</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>'keywordprg': support ex commands</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-24T01:03:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=998d0ffc09d5c7358db62dc88c2e2b87622f60b5'/>
<id>998d0ffc09d5c7358db62dc88c2e2b87622f60b5</id>
<content type='text'>
- new feature: if the first character of 'keywordprg' is ":", the
  command is invoked as a Vim ex-command prefixed with [count].
- change default 'keywordprg' to :Man
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- new feature: if the first character of 'keywordprg' is ":", the
  command is invoked as a Vim ex-command prefixed with [count].
- change default 'keywordprg' to :Man
</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>vim-patch:c5d53d4 #2695</title>
<updated>2015-05-19T16:31:44+00:00</updated>
<author>
<name>Florian Walch</name>
<email>florian@fwalch.com</email>
</author>
<published>2015-05-18T15:45:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e211362a6daec463902f5f4f1bd124c106b3350e'/>
<id>e211362a6daec463902f5f4f1bd124c106b3350e</id>
<content type='text'>
Update runtime files.

https://code.google.com/p/vim/source/detail?r=c5d53d4c3e2e24e23fc4272bf91be3c031ccb598
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update runtime files.

https://code.google.com/p/vim/source/detail?r=c5d53d4c3e2e24e23fc4272bf91be3c031ccb598
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:37c2403</title>
<updated>2015-01-04T19:28:08+00:00</updated>
<author>
<name>Florian Walch</name>
<email>florian@fwalch.com</email>
</author>
<published>2015-01-04T19:26:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2624d66045ab6e5cd1c38165316e9c304f38fa18'/>
<id>2624d66045ab6e5cd1c38165316e9c304f38fa18</id>
<content type='text'>
Update runtime files.

https://code.google.com/p/vim/source/detail?r=37c24033b2601a4a0953970a0ec85d5537101915
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update runtime files.

https://code.google.com/p/vim/source/detail?r=37c24033b2601a4a0953970a0ec85d5537101915
</pre>
</div>
</content>
</entry>
</feed>
