<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/doc, branch v0.1.3</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:7.4.1425</title>
<updated>2016-04-02T02:24:23+00:00</updated>
<author>
<name>Shougo Matsushita</name>
<email>Shougo.Matsu@gmail.com</email>
</author>
<published>2016-04-02T02:22:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1a9be28c75bfff93d2e0e62ede50a01c6955f1f7'/>
<id>1a9be28c75bfff93d2e0e62ede50a01c6955f1f7</id>
<content type='text'>
Problem:    There are still references to MS-DOS support.
Solution:   Remove most of the help txt and install instructions. (Ken Takata)

https://github.com/vim/vim/commit/6e722e2f948bc51fcb92d98d6f2a089dac01e2bd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    There are still references to MS-DOS support.
Solution:   Remove most of the help txt and install instructions. (Ken Takata)

https://github.com/vim/vim/commit/6e722e2f948bc51fcb92d98d6f2a089dac01e2bd
</pre>
</div>
</content>
</entry>
<entry>
<title>Update path to colors directory in syntax highlighting docs</title>
<updated>2016-03-21T01:22:51+00:00</updated>
<author>
<name>Miguel de Val-Borro</name>
<email>miguel@archlinux.net</email>
</author>
<published>2016-03-21T01:22:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=075f84cbea69a3c554d04235de5d9db1ee5c60bd'/>
<id>075f84cbea69a3c554d04235de5d9db1ee5c60bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: minor changes</title>
<updated>2016-03-17T04:21:48+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-03-17T04:21:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5a9d3be54cce2f21d5f76a4bc5ebef08927b1988'/>
<id>5a9d3be54cce2f21d5f76a4bc5ebef08927b1988</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>'shortmess': Add "F" flag. #4446</title>
<updated>2016-03-17T04:07:38+00:00</updated>
<author>
<name>Shougo Matsushita</name>
<email>Shougo.Matsu@gmail.com</email>
</author>
<published>2016-03-13T04:13:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=77a7ca458bc3e6e140149d1f2bf97593e2d502cd'/>
<id>77a7ca458bc3e6e140149d1f2bf97593e2d502cd</id>
<content type='text'>
Add "Don't give the file editing message" flag in shortmess option.

Add the UI tests by @fmoralesc
Fix the changes for Vim 7.4.1570
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add "Don't give the file editing message" flag in shortmess option.

Add the UI tests by @fmoralesc
Fix the changes for Vim 7.4.1570
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc: switch to terminal mode automatically</title>
<updated>2016-03-04T11:55:59+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2016-03-03T18:43:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=03fe4ad9b1273ddecd1eacbc3164e33bfc6974e5'/>
<id>03fe4ad9b1273ddecd1eacbc3164e33bfc6974e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Windows: XDG: Update default paths. #4403</title>
<updated>2016-03-04T04:26:11+00:00</updated>
<author>
<name>Rui Abreu Ferreira</name>
<email>raf-ep@gmx.com</email>
</author>
<published>2015-10-27T00:23:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4bfac00aa389487c4f11d34e7a3e96e4a1116800'/>
<id>4bfac00aa389487c4f11d34e7a3e96e4a1116800</id>
<content type='text'>
The previous defaults were including the nvim suffix, causing it to
apear twice in the final paths.

kXDGDataHome and kXDGConfigHome are now set as %LOCALAPPDATA%,
kXDGCacheHome is set as $TEMP.

In Windows there is no distinction between configuration and data
storage, but we don't want to place all files under the same path.
get_xdg_home() now appends a different path suffix for kXDGDataHome.

- Configuration files are saved under %LOCALAPPDATA%\nvim
- Data files are saved under %LOCALAPPDATA%\nvim-data
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous defaults were including the nvim suffix, causing it to
apear twice in the final paths.

kXDGDataHome and kXDGConfigHome are now set as %LOCALAPPDATA%,
kXDGCacheHome is set as $TEMP.

In Windows there is no distinction between configuration and data
storage, but we don't want to place all files under the same path.
get_xdg_home() now appends a different path suffix for kXDGDataHome.

- Configuration files are saved under %LOCALAPPDATA%\nvim
- Data files are saved under %LOCALAPPDATA%\nvim-data
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #4265 'vim-patch:7.4.925'.</title>
<updated>2016-03-02T06:24:38+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-03-02T06:24:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=56bfdd79346fd71fb0b587f8183c1cc3a0ddbae1'/>
<id>56bfdd79346fd71fb0b587f8183c1cc3a0ddbae1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc: make definitions jumpable</title>
<updated>2016-02-29T15:33:39+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2016-02-29T15:32:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=888b8abeb0ceaceaec64118112be3521b2a36b93'/>
<id>888b8abeb0ceaceaec64118112be3521b2a36b93</id>
<content type='text'>
References #3640.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
References #3640.
</pre>
</div>
</content>
</entry>
<entry>
<title>TextYankPost: add information to v:event and update tests</title>
<updated>2016-02-29T15:07:50+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2016-02-29T14:28:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2359f6f144206707e2db78f5c3cfd6644f9ffd03'/>
<id>2359f6f144206707e2db78f5c3cfd6644f9ffd03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>eval: add v:event, which will contain data events want to propagate to their receivers.</title>
<updated>2016-02-29T15:06:41+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2016-02-29T14:27:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7ab9ff88e6c7d234c5e9189521da539d20b5bfa7'/>
<id>7ab9ff88e6c7d234c5e9189521da539d20b5bfa7</id>
<content type='text'>
Add helper functions dict_clear and dict_set_keys_readonly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add helper functions dict_clear and dict_set_keys_readonly.
</pre>
</div>
</content>
</entry>
</feed>
