<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/testdir/Makefile, 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>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>vim-patch:7.4.1740</title>
<updated>2016-09-21T18:46:30+00:00</updated>
<author>
<name>Nova</name>
<email>novadev94@gmail.com</email>
</author>
<published>2016-09-21T10:15:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a20a00459c8e9272f6dc9b09f42b7ff329da0eea'/>
<id>a20a00459c8e9272f6dc9b09f42b7ff329da0eea</id>
<content type='text'>
Problem:    syn-cchar defined with matchadd() does not appear if there are no
            other syntax definitions which matches buffer text.
Solution:   Check for startcol. (Ozaki Kiichi, haya14busa, closes vim/vim#757)

https://github.com/vim/vim/commit/4d585022023b96f6507e8cae5ed8fc8d926f5140
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    syn-cchar defined with matchadd() does not appear if there are no
            other syntax definitions which matches buffer text.
Solution:   Check for startcol. (Ozaki Kiichi, haya14busa, closes vim/vim#757)

https://github.com/vim/vim/commit/4d585022023b96f6507e8cae5ed8fc8d926f5140
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: migrate legacy test 12. #4196</title>
<updated>2016-09-18T14:38:10+00:00</updated>
<author>
<name>Lucas Hoffmann</name>
<email>l-m-h@web.de</email>
</author>
<published>2015-05-15T17:03:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4a6b4bbf931bee14717ae1c30331e85758a3080e'/>
<id>4a6b4bbf931bee14717ae1c30331e85758a3080e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #5254 from KillTheMule/vim-7.4.1952</title>
<updated>2016-09-18T11:49:39+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-09-18T11:49:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c12801986c1d4c219a4a1d6fc30ec15c03d963b6'/>
<id>c12801986c1d4c219a4a1d6fc30ec15c03d963b6</id>
<content type='text'>
vim-patch:7.4.{1952, 1990, 2033, 2284}</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vim-patch:7.4.{1952, 1990, 2033, 2284}</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.2033</title>
<updated>2016-08-26T19:50:19+00:00</updated>
<author>
<name>KillTheMule</name>
<email>KillTheMule@users.noreply.github.com</email>
</author>
<published>2016-08-25T19:16:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=59468e3495a253e7628f0b12a4afb748909317c6'/>
<id>59468e3495a253e7628f0b12a4afb748909317c6</id>
<content type='text'>
Problem:    'cscopequickfix' option does not accept new value "a".
Solution:   Adjust list of command characters. (Ken Takata)

https://github.com/vim/vim/commit/6d20e1754461b0f8d395f2e3464f0dc1060497f7

All changes applied manually. Definition of `CSQF_CMDS` was moved to
`option_defs.h` in nvim.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    'cscopequickfix' option does not accept new value "a".
Solution:   Adjust list of command characters. (Ken Takata)

https://github.com/vim/vim/commit/6d20e1754461b0f8d395f2e3464f0dc1060497f7

All changes applied manually. Definition of `CSQF_CMDS` was moved to
`option_defs.h` in nvim.
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.1898</title>
<updated>2016-08-24T15:51:59+00:00</updated>
<author>
<name>Anmol Sethi</name>
<email>anmol@aubble.com</email>
</author>
<published>2016-08-11T03:52:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8a7b15cf35f9873395916487c33b817673c56d86'/>
<id>8a7b15cf35f9873395916487c33b817673c56d86</id>
<content type='text'>
Problem:    User commands don't support modifiers.
Solution:   Add the &lt;mods&gt; item. (Yegappan Lakshmanan, closes vim/vim#829)

https://github.com/vim/vim/commit/63a60ded3fd584847a05dccf058026e682abad90
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    User commands don't support modifiers.
Solution:   Add the &lt;mods&gt; item. (Yegappan Lakshmanan, closes vim/vim#829)

https://github.com/vim/vim/commit/63a60ded3fd584847a05dccf058026e682abad90
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.1557 (#5117)</title>
<updated>2016-08-04T04:22:45+00:00</updated>
<author>
<name>prollings</name>
<email>patrickrollings@gmail.com</email>
</author>
<published>2016-08-04T04:22:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0d93cd6c46e0b81e981197c4446aceb325325b5a'/>
<id>0d93cd6c46e0b81e981197c4446aceb325325b5a</id>
<content type='text'>
Problem:    Windows cannot be identified.
Solution:   Add a unique window number to each window and functions to use it.

https://github.com/vim/vim/commit/86edef664efccbfe685906c854b9cdd04e56f2d5</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Windows cannot be identified.
Solution:   Add a unique window number to each window and functions to use it.

https://github.com/vim/vim/commit/86edef664efccbfe685906c854b9cdd04e56f2d5</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #2850</title>
<updated>2016-07-28T22:51:06+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-07-28T22:51:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e5781d005aa2ce8f8421d00c321b369c24d654ad'/>
<id>e5781d005aa2ce8f8421d00c321b369c24d654ad</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.1491 #5048</title>
<updated>2016-07-18T15:39:40+00:00</updated>
<author>
<name>Patrick</name>
<email>patrick@bitscope.com</email>
</author>
<published>2016-07-12T01:27:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8c1fb99d2d4058d2cc1decbfed89b1f73b38cef6'/>
<id>8c1fb99d2d4058d2cc1decbfed89b1f73b38cef6</id>
<content type='text'>
Problem:    Visual-block shift breaks multi-byte characters.
Solution:   Compute column differently. (Yasuhiro Matsumoto) Add a test.

https://github.com/vim/vim/commit/20b4f463f4ab50fa9bcc9838aa94101fa5698125
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Visual-block shift breaks multi-byte characters.
Solution:   Compute column differently. (Yasuhiro Matsumoto) Add a test.

https://github.com/vim/vim/commit/20b4f463f4ab50fa9bcc9838aa94101fa5698125
</pre>
</div>
</content>
</entry>
<entry>
<title>test: Update test_alot.vim</title>
<updated>2016-07-18T15:17:16+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-07-18T15:17:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9c3bd3e427686855a8e75403d1715dd4b99ffa8a'/>
<id>9c3bd3e427686855a8e75403d1715dd4b99ffa8a</id>
<content type='text'>
These tests should be here, not in the Makefile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These tests should be here, not in the Makefile.
</pre>
</div>
</content>
</entry>
</feed>
