<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/functional/viml, branch v0.4.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>tests: adjust to latest Vim patches</title>
<updated>2019-05-05T12:05:25+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2019-04-19T20:23:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1eda387951e7bfa4f7e826746ecfd100750ad41a'/>
<id>1eda387951e7bfa4f7e826746ecfd100750ad41a</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:8.1.1072: extending sign and foldcolumn below the text is confusing (#9816)</title>
<updated>2019-04-03T08:48:47+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro+github@gmail.com</email>
</author>
<published>2019-04-03T08:48:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d9de4c0efb142e140bbddd87ffcb0bf222bb6fbc'/>
<id>d9de4c0efb142e140bbddd87ffcb0bf222bb6fbc</id>
<content type='text'>
Problem:    Extending sign and foldcolumn below the text is confusing.
Solution:   Let the sign and foldcolumn stop at the last text line, just like
            the line number column.  Also stop the command line window leader.
            (Christian Brabandt)

https://github.com/vim/vim/commit/8ee4c01b8c79a29065c1af05e5d9c0721069765f

Closes https://github.com/neovim/neovim/issues/9613</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Extending sign and foldcolumn below the text is confusing.
Solution:   Let the sign and foldcolumn stop at the last text line, just like
            the line number column.  Also stop the command line window leader.
            (Christian Brabandt)

https://github.com/vim/vim/commit/8ee4c01b8c79a29065c1af05e5d9c0721069765f

Closes https://github.com/neovim/neovim/issues/9613</pre>
</div>
</content>
</entry>
<entry>
<title>autocmd: rename MenuPopupChanged to CompleteChanged #9819</title>
<updated>2019-03-31T00:15:41+00:00</updated>
<author>
<name>Qiming zhao</name>
<email>chemzqm@gmail.com</email>
</author>
<published>2019-03-31T00:15:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9e52255de2a0318fe7fff6d46c7bf60e217bb558'/>
<id>9e52255de2a0318fe7fff6d46c7bf60e217bb558</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>autocmd: add MenuPopupChanged autocmd</title>
<updated>2019-03-14T20:24:41+00:00</updated>
<author>
<name>chemzqm</name>
<email>chemzqm@gmail.com</email>
</author>
<published>2019-02-15T20:54:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6c375d71c3a92b0f83f1756799520ae61d11e64e'/>
<id>6c375d71c3a92b0f83f1756799520ae61d11e64e</id>
<content type='text'>
Update src/nvim/auevents.lua

Co-Authored-By: chemzqm &lt;chemzqm@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update src/nvim/auevents.lua

Co-Authored-By: chemzqm &lt;chemzqm@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>edit.c: Disable indent during completion</title>
<updated>2019-03-03T22:08:08+00:00</updated>
<author>
<name>lePerdu</name>
<email>zdpeltzer@gmail.com</email>
</author>
<published>2018-05-02T22:22:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f288a64264d1c7a2bd07c0d9cb4b1f9809d5868b'/>
<id>f288a64264d1c7a2bd07c0d9cb4b1f9809d5868b</id>
<content type='text'>
closes #8345
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #8345
</pre>
</div>
</content>
</entry>
<entry>
<title>os/lang: use the correct LC_NUMERIC also for OS X</title>
<updated>2018-12-13T16:07:12+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2018-12-13T11:02:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7ba52c0b2b53a6013b8e31794a1991d641a6b0ab'/>
<id>7ba52c0b2b53a6013b8e31794a1991d641a6b0ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: improve robustness of immediate successes in screen tests</title>
<updated>2018-10-15T18:13:11+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2017-06-26T12:49:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c8810a51a3a7ef1185b45c07d93f7e6769c5ab55'/>
<id>c8810a51a3a7ef1185b45c07d93f7e6769c5ab55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: introduce screen:expect{...} form</title>
<updated>2018-08-27T13:15:49+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2018-08-20T16:51:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3d88287e3016aacae64e2ddcd11a37e024557e45'/>
<id>3d88287e3016aacae64e2ddcd11a37e024557e45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: endfunc allows uncommented bar</title>
<updated>2018-07-07T17:31:55+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>janedmundlazo@hotmail.com</email>
</author>
<published>2018-07-07T16:50:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a5ed46024185c817e3cc0f38b13b302fdf7a863a'/>
<id>a5ed46024185c817e3cc0f38b13b302fdf7a863a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #8377 'TextChangedP autocommand'</title>
<updated>2018-05-19T09:44:52+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-05-19T09:44:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d995825c6627dd99213aeeecef56663d4655f701'/>
<id>d995825c6627dd99213aeeecef56663d4655f701</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
