<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/testdir, branch v0.1.5</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.2219</title>
<updated>2016-08-21T03:55:11+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2016-08-16T20:07:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c7e6b58012cc5cad8f1cb02876883cad7fcbbdeb'/>
<id>c7e6b58012cc5cad8f1cb02876883cad7fcbbdeb</id>
<content type='text'>
Problem:    Recursive call to substitute gets stuck in sandbox. (Nikolai
            Pavlov)
Solution:   Handle the recursive call. (Christian Brabandt, closes vim/vim#950)
            Add a test.

https://github.com/vim/vim/commit/f5a39447a8ebe162ee62caa2ee502cd0e65eecaa

Closes #5118
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Recursive call to substitute gets stuck in sandbox. (Nikolai
            Pavlov)
Solution:   Handle the recursive call. (Christian Brabandt, closes vim/vim#950)
            Add a test.

https://github.com/vim/vim/commit/f5a39447a8ebe162ee62caa2ee502cd0e65eecaa

Closes #5118
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.1700</title>
<updated>2016-08-21T03:54:43+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2016-08-17T01:47:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=35ddcc5bb484d461e6381d9ddbdf0438446f1299'/>
<id>35ddcc5bb484d461e6381d9ddbdf0438446f1299</id>
<content type='text'>
Problem:    Equivalence classes are not properly tested.
Solution:   Add tests for multi-byte and latin1. Fix an error. (Owen Leibman)

https://github.com/vim/vim/commit/22e421549d54147d003f6444de007cb1d73f1d27

src/regexp.c changes weren't applied because they're specific to EBCDIC
handling, which has been dropped from nvim.

The latin1-specific tests were also removed since neovim intends to
remove the ability to have 'encoding' set to anything other than utf8.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Equivalence classes are not properly tested.
Solution:   Add tests for multi-byte and latin1. Fix an error. (Owen Leibman)

https://github.com/vim/vim/commit/22e421549d54147d003f6444de007cb1d73f1d27

src/regexp.c changes weren't applied because they're specific to EBCDIC
handling, which has been dropped from nvim.

The latin1-specific tests were also removed since neovim intends to
remove the ability to have 'encoding' set to anything other than utf8.
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.2112 (#5175)</title>
<updated>2016-08-17T13:24:20+00:00</updated>
<author>
<name>Shougo</name>
<email>Shougo.Matsu@gmail.com</email>
</author>
<published>2016-08-17T13:24:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=dfb6a5133b92ffb38bfb7201e91f3de328652558'/>
<id>dfb6a5133b92ffb38bfb7201e91f3de328652558</id>
<content type='text'>
Problem:    getcompletion(.., 'dir') returns a match with trailing "*" when
            there are no matches. (Chdiza)
Solution:   Return an empty list when there are no matches.  Add a trailing
            slash to directories. (Yegappan Lakshmanan)  Add tests for no
            matches. (closes vim/vim#947)

https://github.com/vim/vim/commit/b56195ed00a9a79aa6217cddbeedbc8cc7a5b6d8</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    getcompletion(.., 'dir') returns a match with trailing "*" when
            there are no matches. (Chdiza)
Solution:   Return an empty list when there are no matches.  Add a trailing
            slash to directories. (Yegappan Lakshmanan)  Add tests for no
            matches. (closes vim/vim#947)

https://github.com/vim/vim/commit/b56195ed00a9a79aa6217cddbeedbc8cc7a5b6d8</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>[RFC] vim-patch:7.4.2011, vim-patch:7.4.2012, vim-patch:7.4.2066 #5106</title>
<updated>2016-08-01T07:33:38+00:00</updated>
<author>
<name>Shougo Matsushita</name>
<email>Shougo.Matsu@gmail.com</email>
</author>
<published>2016-07-23T02:33:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=23f591dba078fee16ab6e4debfcd051e799ca4f8'/>
<id>23f591dba078fee16ab6e4debfcd051e799ca4f8</id>
<content type='text'>
vim-patch:7.4.2011

Problem:    It is not easy to get a list of command arguments.
Solution:   Add getcompletion(). (Yegappan Lakshmanan)

https://github.com/vim/vim/commit/aa4d73235bf4deee167aa5314b89ae3d3db334b7

vim-patch:7.4.2012

Problem:    Test for getcompletion() does not pass on all systems.
Solution:   Only test what is supported.

https://github.com/vim/vim/commit/0d3e24be5686c0710aa3c6671e4c626d6cb21a5f

vim-patch:7.4.2066

Problem:    getcompletion() not well tested.
Solution:   Add more testing.

https://github.com/vim/vim/commit/c1fb763184c8ae82300357867fa2070aa94366e9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vim-patch:7.4.2011

Problem:    It is not easy to get a list of command arguments.
Solution:   Add getcompletion(). (Yegappan Lakshmanan)

https://github.com/vim/vim/commit/aa4d73235bf4deee167aa5314b89ae3d3db334b7

vim-patch:7.4.2012

Problem:    Test for getcompletion() does not pass on all systems.
Solution:   Only test what is supported.

https://github.com/vim/vim/commit/0d3e24be5686c0710aa3c6671e4c626d6cb21a5f

vim-patch:7.4.2066

Problem:    getcompletion() not well tested.
Solution:   Add more testing.

https://github.com/vim/vim/commit/c1fb763184c8ae82300357867fa2070aa94366e9
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.2013, vim-patch:7.4.2014</title>
<updated>2016-08-01T07:07:49+00:00</updated>
<author>
<name>Shougo Matsushita</name>
<email>Shougo.Matsu@gmail.com</email>
</author>
<published>2016-07-23T02:23:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=172cf079c7a7f20e557e611d3160962794644a4f'/>
<id>172cf079c7a7f20e557e611d3160962794644a4f</id>
<content type='text'>
vim-patch:7.4.2013

Problem:    Using "noinsert" in 'completeopt' breaks redo.
Solution:   Set compl_curr_match. (Shougo, closes vim/vim#874)

https://github.com/vim/vim/commit/67081e50616ae9546621072c5eaaa59bd0a4bed7

vim-patch:7.4.2014

Problem:    Using "noinsert" in 'completeopt' does not insert match.
Solution:   Set compl_enter_selects. (Shougo, closes #875)

https://github.com/vim/vim/commit/32b808a4bdf35b0dea63c735702a591e5869fecd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vim-patch:7.4.2013

Problem:    Using "noinsert" in 'completeopt' breaks redo.
Solution:   Set compl_curr_match. (Shougo, closes vim/vim#874)

https://github.com/vim/vim/commit/67081e50616ae9546621072c5eaaa59bd0a4bed7

vim-patch:7.4.2014

Problem:    Using "noinsert" in 'completeopt' does not insert match.
Solution:   Set compl_enter_selects. (Shougo, closes #875)

https://github.com/vim/vim/commit/32b808a4bdf35b0dea63c735702a591e5869fecd
</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.1179 (#5112)</title>
<updated>2016-07-25T12:12:24+00:00</updated>
<author>
<name>Hirokazu Hata</name>
<email>h-michael@users.noreply.github.com</email>
</author>
<published>2016-07-25T12:12:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=fbb2cd791d0c79a52bd7fcf9e3a569fa9d306b6a'/>
<id>fbb2cd791d0c79a52bd7fcf9e3a569fa9d306b6a</id>
<content type='text'>
Problem:    test_writefile and test_viml do not delete the tempfile.
Solution:   Delete the tempfile. (Charles Cooper)  Add DeleteTheScript().

https://github.com/vim/vim/commit/f4f79b84a5595c511f6fdbe4e3e1d188d97879a0</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    test_writefile and test_viml do not delete the tempfile.
Solution:   Delete the tempfile. (Charles Cooper)  Add DeleteTheScript().

https://github.com/vim/vim/commit/f4f79b84a5595c511f6fdbe4e3e1d188d97879a0</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>vim-patch:7.4.1365 (#5037)</title>
<updated>2016-07-20T05:40:04+00:00</updated>
<author>
<name>prollings</name>
<email>patrickrollings@gmail.com</email>
</author>
<published>2016-07-20T05:40:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7563972fd9d89fcce4bab183694ab16efef122c0'/>
<id>7563972fd9d89fcce4bab183694ab16efef122c0</id>
<content type='text'>
Problem:    Cannot execute a single test function.
Solution:   Add an argument to filter the functions with. (Yasuhiro Matsumoto)

https://github.com/vim/vim/commit/befb366affa6309c6b4a469ec7f729821e3a36fa</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot execute a single test function.
Solution:   Add an argument to filter the functions with. (Yasuhiro Matsumoto)

https://github.com/vim/vim/commit/befb366affa6309c6b4a469ec7f729821e3a36fa</pre>
</div>
</content>
</entry>
</feed>
