<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/testdir, branch v0.1.6</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>test: Add missing test from vim-patch:7.4.2312</title>
<updated>2016-10-26T11:53:14+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-10-26T11:53:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=26b90e95e7bfa8bec29d33642c80dd5c55ff88a7'/>
<id>26b90e95e7bfa8bec29d33642c80dd5c55ff88a7</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:7.4.2309</title>
<updated>2016-10-22T22:37:13+00:00</updated>
<author>
<name>Grzegorz Milka</name>
<email>grzegorzmilka@gmail.com</email>
</author>
<published>2016-10-22T22:25:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c5c8a821341b71ae29786c97df7930a9581f7ab7'/>
<id>c5c8a821341b71ae29786c97df7930a9581f7ab7</id>
<content type='text'>
Problem:    Crash when doing tabnext in a BufUnload autocmd. (Dominique Pelle)
Solution:   When detecting that the tab page changed, don't just abort but
            delete the window where w_buffer is NULL.

https://github.com/vim/vim/commit/11fbc2866ccc11b4dd1726abdaf582a78ef3f743
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Crash when doing tabnext in a BufUnload autocmd. (Dominique Pelle)
Solution:   When detecting that the tab page changed, don't just abort but
            delete the window where w_buffer is NULL.

https://github.com/vim/vim/commit/11fbc2866ccc11b4dd1726abdaf582a78ef3f743
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.2237</title>
<updated>2016-10-22T22:37:13+00:00</updated>
<author>
<name>Grzegorz Milka</name>
<email>grzegorzmilka@gmail.com</email>
</author>
<published>2016-10-22T22:00:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d7b942b54e4bae5510549ceffb3280e89871cff5'/>
<id>d7b942b54e4bae5510549ceffb3280e89871cff5</id>
<content type='text'>
Problem:    Can't use "." and "$" with ":tab".
Solution:   Support a range for ":tab". (Hirohito Higashi)

https://github.com/vim/vim/commit/9b7f8ce9eb3cb704f8cc14ab659bf86b1d6dc13c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Can't use "." and "$" with ":tab".
Solution:   Support a range for ":tab". (Hirohito Higashi)

https://github.com/vim/vim/commit/9b7f8ce9eb3cb704f8cc14ab659bf86b1d6dc13c
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.2227 (#5521)</title>
<updated>2016-10-22T21:22:50+00:00</updated>
<author>
<name>Grzegorz</name>
<email>grzegorzmilka@gmail.com</email>
</author>
<published>2016-10-22T21:22:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e62f681d2d8eaf63db6847006abc5fd7918fe928'/>
<id>e62f681d2d8eaf63db6847006abc5fd7918fe928</id>
<content type='text'>
Problem:    Tab page tests are old style.
Solution:   Change into new style tests. (Hirohito Higashi)

https://github.com/vim/vim/commit/1381d791478ee77c8368b89a3d4954316bf839b5</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Tab page tests are old style.
Solution:   Change into new style tests. (Hirohito Higashi)

https://github.com/vim/vim/commit/1381d791478ee77c8368b89a3d4954316bf839b5</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.1494</title>
<updated>2016-10-18T14:34:40+00:00</updated>
<author>
<name>Patrick</name>
<email>patrick@bitscope.com</email>
</author>
<published>2016-07-12T03:05:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6bbd4b22982b05ee0f6d63e9faa842ea3b6b7c49'/>
<id>6bbd4b22982b05ee0f6d63e9faa842ea3b6b7c49</id>
<content type='text'>
Problem:    clr_history() does not work properly.
Solution:   Increment hisptr. Add a test. (Yegappan Lakshmanan)

https://github.com/vim/vim/commit/119d4693e06e68d4f099aa7287e375ae3d265fd0

Note: Only added a test. The change to `histptr` had already been made.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    clr_history() does not work properly.
Solution:   Increment hisptr. Add a test. (Yegappan Lakshmanan)

https://github.com/vim/vim/commit/119d4693e06e68d4f099aa7287e375ae3d265fd0

Note: Only added a test. The change to `histptr` had already been made.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #5257 from jbradaric/vim-7.4.1893</title>
<updated>2016-10-12T23:19:09+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-10-12T23:19:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5a61ff188c60a9ce6cd6bfc7bfdf5ccbd7616523'/>
<id>5a61ff188c60a9ce6cd6bfc7bfdf5ccbd7616523</id>
<content type='text'>
vim-patch:7.4.{1893,1895}</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vim-patch:7.4.{1893,1895}</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #5418 from Shougo/vim-7.4.2158</title>
<updated>2016-10-12T22:44:18+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-10-12T22:44:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=22fe76aec47e4e2cc9207bf6659e63741a310409'/>
<id>22fe76aec47e4e2cc9207bf6659e63741a310409</id>
<content type='text'>
vim-patch: 7.4.2158, 2162, 2205</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vim-patch: 7.4.2158, 2162, 2205</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.2274 (#5439)</title>
<updated>2016-10-12T21:01:11+00:00</updated>
<author>
<name>Harm te Hennepe</name>
<email>dhtehennepe@gmail.com</email>
</author>
<published>2016-10-12T21:01:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3a54ce5a73c78d9f45aa12a95cea4ee25f41e298'/>
<id>3a54ce5a73c78d9f45aa12a95cea4ee25f41e298</id>
<content type='text'>
Problem:    Command line completion on "find **/filename" drops sub-directory.
Solution:   Handle this case separately. (Harm te Hennepe, closes vim/vim#932, closes
            vim/vim#939)

https://github.com/vim/vim/commit/73d4e4c8922f6f4d256f910a18f47c0c3a48c28b</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Command line completion on "find **/filename" drops sub-directory.
Solution:   Handle this case separately. (Harm te Hennepe, closes vim/vim#932, closes
            vim/vim#939)

https://github.com/vim/vim/commit/73d4e4c8922f6f4d256f910a18f47c0c3a48c28b</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5411 from P4Cu/vim-7.4.1549</title>
<updated>2016-10-09T00:51:32+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2016-10-09T00:51:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=44084310862656788a39b53766b1d6fe18995242'/>
<id>44084310862656788a39b53766b1d6fe18995242</id>
<content type='text'>
vim-patch:7.4.1549</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vim-patch:7.4.1549</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #5428 'vim-patch: 0c1ff16, 939a1ab, 8067a64'.</title>
<updated>2016-10-08T15:17:43+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-10-08T15:07:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=19840728228f66c7f2af88dfc4bcecc26ffa064b'/>
<id>19840728228f66c7f2af88dfc4bcecc26ffa064b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
