<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/functional/legacy, branch v0.1.7</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.1660</title>
<updated>2016-11-21T22:27:13+00:00</updated>
<author>
<name>Shougo Matsushita</name>
<email>Shougo.Matsu@gmail.com</email>
</author>
<published>2016-11-21T22:24:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d152e2f3fd70fe76a6f6453754c0ed848ccef8c6'/>
<id>d152e2f3fd70fe76a6f6453754c0ed848ccef8c6</id>
<content type='text'>
Problem:    has('patch-7.4.1') doesn't work.
Solution:   Fix off-by-one error. (Thinca)

https://github.com/vim/vim/commit/819821c5a95fc60797ecbb5e5ca1302e397e3d9a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    has('patch-7.4.1') doesn't work.
Solution:   Fix off-by-one error. (Thinca)

https://github.com/vim/vim/commit/819821c5a95fc60797ecbb5e5ca1302e397e3d9a
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.1664</title>
<updated>2016-11-16T04:16:09+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2016-11-12T20:58:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2e5736e2cd4ef14ec23c1e0176fbcb17c9f55eba'/>
<id>2e5736e2cd4ef14ec23c1e0176fbcb17c9f55eba</id>
<content type='text'>
Problem:    Crash in :cgetexpr.
Solution:   Check for NULL pointer. (Dominique) Add a test.

https://github.com/vim/vim/commit/89c64d557dbe0bacfdd7b2872411b00cc1523d85
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Crash in :cgetexpr.
Solution:   Check for NULL pointer. (Dominique) Add a test.

https://github.com/vim/vim/commit/89c64d557dbe0bacfdd7b2872411b00cc1523d85
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.1650</title>
<updated>2016-11-16T04:16:09+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2016-11-12T20:45:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=830bf8665b6a98705b16d977ca7d11c2ca51dca8'/>
<id>830bf8665b6a98705b16d977ca7d11c2ca51dca8</id>
<content type='text'>
Problem:    Quickfix test fails.
Solution:   Accept any number of matches.

https://github.com/vim/vim/commit/f68f1d70799631d38461c36cd59d08cf839b010d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Quickfix test fails.
Solution:   Accept any number of matches.

https://github.com/vim/vim/commit/f68f1d70799631d38461c36cd59d08cf839b010d
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.1647</title>
<updated>2016-11-16T04:16:08+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2016-11-12T19:18:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=caa33aaaf8b044cf3a8311213d0841d2d9e591a5'/>
<id>caa33aaaf8b044cf3a8311213d0841d2d9e591a5</id>
<content type='text'>
Problem:    Using freed memory after setqflist() and ":caddbuffer".  (Dominique)
Solution:   Set qf_ptr when adding the first item to the quickfix list.

https://github.com/vim/vim/commit/8b20179c657b4266dff115486ca68c6a50324071
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using freed memory after setqflist() and ":caddbuffer".  (Dominique)
Solution:   Set qf_ptr when adding the first item to the quickfix list.

https://github.com/vim/vim/commit/8b20179c657b4266dff115486ca68c6a50324071
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.1640</title>
<updated>2016-11-16T04:16:08+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2016-11-12T13:06:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7231438f124eff0ce0b9a8998ac7838abc094a8b'/>
<id>7231438f124eff0ce0b9a8998ac7838abc094a8b</id>
<content type='text'>
Problem:    Crash when an autocommand changes a quickfix list. (Dominique)
Solution:   Check wether an entry is still valid. (Yegappan Lakshmanan,
            Hirohito Higashi)

https://github.com/vim/vim/commit/ffec3c53496d49668669deabc0724ec78e2274fd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Crash when an autocommand changes a quickfix list. (Dominique)
Solution:   Check wether an entry is still valid. (Yegappan Lakshmanan,
            Hirohito Higashi)

https://github.com/vim/vim/commit/ffec3c53496d49668669deabc0724ec78e2274fd
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.0.0035 (#5609)</title>
<updated>2016-11-15T16:59:55+00:00</updated>
<author>
<name>Shougo</name>
<email>Shougo.Matsu@gmail.com</email>
</author>
<published>2016-11-15T16:59:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c69cfd7d1c12fa895961289c7b2fcbeccff5a739'/>
<id>c69cfd7d1c12fa895961289c7b2fcbeccff5a739</id>
<content type='text'>
Problem:    Order of matches for 'omnifunc' is messed up. (Danny Su)
Solution:   Do not set compl_curr_match when called from complete_check().
            (closes vim/vim#1168)

https://github.com/vim/vim/commit/472e85970ee3a80abd824bef510df12e9cfe9e96</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Order of matches for 'omnifunc' is messed up. (Danny Su)
Solution:   Do not set compl_curr_match when called from complete_check().
            (closes vim/vim#1168)

https://github.com/vim/vim/commit/472e85970ee3a80abd824bef510df12e9cfe9e96</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.1634 (#5594)</title>
<updated>2016-11-12T10:32:23+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2016-11-12T10:32:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7e48c23a503bf8874533ce76404e202742ef7dac'/>
<id>7e48c23a503bf8874533ce76404e202742ef7dac</id>
<content type='text'>
Problem:    Vertical movement after CTRL-A ends up in the wrong column.
            (Urtica Dioica)
Solution:   Set curswant when appropriate. (Hirohito Higashi)

https://github.com/vim/vim/commit/8e08125d3a9afd0b16cd84454ae9ddad0abaaab0</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vertical movement after CTRL-A ends up in the wrong column.
            (Urtica Dioica)
Solution:   Set curswant when appropriate. (Hirohito Higashi)

https://github.com/vim/vim/commit/8e08125d3a9afd0b16cd84454ae9ddad0abaaab0</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.1614 (#5593)</title>
<updated>2016-11-12T10:30:18+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2016-11-12T10:30:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c5bc0ea04c93b044afab909ba0f02f21e9f3aa4d'/>
<id>c5bc0ea04c93b044afab909ba0f02f21e9f3aa4d</id>
<content type='text'>
Problem:    Still quickfix test in old style.
Solution:   Turn test 10 into a new style test.

https://github.com/vim/vim/commit/7eba3d2cbf19e731dc51652bc26099cc253d538a</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Still quickfix test in old style.
Solution:   Turn test 10 into a new style test.

https://github.com/vim/vim/commit/7eba3d2cbf19e731dc51652bc26099cc253d538a</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.1591</title>
<updated>2016-11-11T16:37:42+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2016-11-11T15:59:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7baa96b71753baa0b9c0f1c60c9a697c40bd58e7'/>
<id>7baa96b71753baa0b9c0f1c60c9a697c40bd58e7</id>
<content type='text'>
Problem:    The quickfix title is truncated.
Solution:   Save the command before it is truncated. (Anton Lindqvist)

https://github.com/vim/vim/commit/5584df65a0ca2315d1eebc13c54a448bee4d0758
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    The quickfix title is truncated.
Solution:   Save the command before it is truncated. (Anton Lindqvist)

https://github.com/vim/vim/commit/5584df65a0ca2315d1eebc13c54a448bee4d0758
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5441 from Shougo/vim-7.4.1588</title>
<updated>2016-10-20T14:47:42+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2016-10-20T14:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5bcb7aa8bf75966416f2df5a838e5cb71d439ae7'/>
<id>5bcb7aa8bf75966416f2df5a838e5cb71d439ae7</id>
<content type='text'>
vim-patch:7.4.1588
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vim-patch:7.4.1588
</pre>
</div>
</content>
</entry>
</feed>
