<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/functional/legacy, branch v0.1.4</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>Merge pull request #4367 from jbradaric/vim-7.4.1107</title>
<updated>2016-04-22T08:11:45+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-04-22T08:11:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3d7a6e4d54cbb6cb3cd7e35b604b956de9f0c950'/>
<id>3d7a6e4d54cbb6cb3cd7e35b604b956de9f0c950</id>
<content type='text'>
vim-patch:7.4.{1107,1114,1116,1117,1120}</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vim-patch:7.4.{1107,1114,1116,1117,1120}</pre>
</div>
</content>
</entry>
<entry>
<title>eval: let getreg() return valid list for an undefined register</title>
<updated>2016-04-21T16:11:06+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2016-04-20T11:44:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ce17d031805ab548f26f5b2d519fb8e3bf1bbff1'/>
<id>ce17d031805ab548f26f5b2d519fb8e3bf1bbff1</id>
<content type='text'>
vim-patch:7.4.1755
this prevents a crash when the list is used in setreg() later
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vim-patch:7.4.1755
this prevents a crash when the list is used in setreg() later
</pre>
</div>
</content>
</entry>
<entry>
<title>delete_spec: Fix linter errors.</title>
<updated>2016-04-20T06:25:51+00:00</updated>
<author>
<name>Jurica Bradaric</name>
<email>jbradaric@gmail.com</email>
</author>
<published>2016-02-29T19:27:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5734e218738e7b76cef1e2acfdc79a17dad650ad'/>
<id>5734e218738e7b76cef1e2acfdc79a17dad650ad</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.1120</title>
<updated>2016-04-20T06:25:51+00:00</updated>
<author>
<name>Jurica Bradaric</name>
<email>jbradaric@gmail.com</email>
</author>
<published>2016-02-28T12:26:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=425fcdb5b4bc6dec05dafe2e2675c8a7cfe37187'/>
<id>425fcdb5b4bc6dec05dafe2e2675c8a7cfe37187</id>
<content type='text'>
Problem:    delete(x, 'rf') fails if a directory is empty. (Lcd)
Solution:   Ignore not finding matches in an empty directory.

https://github.com/vim/vim/commit/336bd622c31e1805495c034e1a8cfadcc0bbabc7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    delete(x, 'rf') fails if a directory is empty. (Lcd)
Solution:   Ignore not finding matches in an empty directory.

https://github.com/vim/vim/commit/336bd622c31e1805495c034e1a8cfadcc0bbabc7
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.1114</title>
<updated>2016-04-20T06:25:51+00:00</updated>
<author>
<name>Jurica Bradaric</name>
<email>jbradaric@gmail.com</email>
</author>
<published>2016-02-28T11:44:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=88a735166b7ee1eadaf6d46be11804dc0e1a251a'/>
<id>88a735166b7ee1eadaf6d46be11804dc0e1a251a</id>
<content type='text'>
Problem:    delete() does not work well with symbolic links.
Solution:   Recognize symbolik links.

https://github.com/vim/vim/commit/43a34f9f74fdce462fa250baab620264c28b6165
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    delete() does not work well with symbolic links.
Solution:   Recognize symbolik links.

https://github.com/vim/vim/commit/43a34f9f74fdce462fa250baab620264c28b6165
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.1107</title>
<updated>2016-04-20T06:25:16+00:00</updated>
<author>
<name>Jurica Bradaric</name>
<email>jbradaric@gmail.com</email>
</author>
<published>2016-02-28T09:32:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=50a7517a6deb7d8eaa02bf718e273b7058066d89'/>
<id>50a7517a6deb7d8eaa02bf718e273b7058066d89</id>
<content type='text'>
Problem:    Vim can create a directory but not delete it.
Solution:   Add an argument to delete() to make it possible to delete a
            directory, also recursively.

https://github.com/vim/vim/commit/da440d21a6b94d7f525fa7be9b1417c78dd9aa4c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Vim can create a directory but not delete it.
Solution:   Add an argument to delete() to make it possible to delete a
            directory, also recursively.

https://github.com/vim/vim/commit/da440d21a6b94d7f525fa7be9b1417c78dd9aa4c
</pre>
</div>
</content>
</entry>
<entry>
<title>test: convert test_marks.in.</title>
<updated>2016-04-18T07:00:43+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2015-12-18T03:12:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8a14750dd32290da1d1a56ee70481190ae5ee299'/>
<id>8a14750dd32290da1d1a56ee70481190ae5ee299</id>
<content type='text'>
vim-patch:35e7594
https://github.com/vim/vim/commit/35e7594dd429f7a8a06cefd61c3e8d48b9bd74e2
    "Add missing test files from 7.4.634 to the repository."

The discrepancy between the expected getpos() result of the old test
[0, 15, 2, 0] and the converted test [0, 3, 2, 0] is just a matter of how
the buffer is constructed: in the old Vim test the buffer has a bunch of
junk at the top.

The central purpose of the test is to verify that the getpost("'a") does
*not* return [0, 0, 0, 0].
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vim-patch:35e7594
https://github.com/vim/vim/commit/35e7594dd429f7a8a06cefd61c3e8d48b9bd74e2
    "Add missing test files from 7.4.634 to the repository."

The discrepancy between the expected getpos() result of the old test
[0, 15, 2, 0] and the converted test [0, 3, 2, 0] is just a matter of how
the buffer is constructed: in the old Vim test the buffer has a bunch of
junk at the top.

The central purpose of the test is to verify that the getpost("'a") does
*not* return [0, 0, 0, 0].
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4357 from jbradaric/vim-7.4.1105</title>
<updated>2016-04-09T18:14:55+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-04-09T18:14:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=bf2c2b34cf2314a03236c692b02778eb964dcccb'/>
<id>bf2c2b34cf2314a03236c692b02778eb964dcccb</id>
<content type='text'>
vim-patch:7.4.1105</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vim-patch:7.4.1105</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.1654</title>
<updated>2016-03-30T12:30:35+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2016-03-28T13:47:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7558f42f7d9900d37a1915ce78f1102ee251d420'/>
<id>7558f42f7d9900d37a1915ce78f1102ee251d420</id>
<content type='text'>
Problem:    Crash when using expand('%:S') in a buffer without a name.
Solution:   Don't set a NUL. (James McCoy, closes vim/vim#714)

https://github.com/vim/vim/commit/52c6eaffd43a8c8865f8d6ed7cde0a8b137479e2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Crash when using expand('%:S') in a buffer without a name.
Solution:   Don't set a NUL. (James McCoy, closes vim/vim#714)

https://github.com/vim/vim/commit/52c6eaffd43a8c8865f8d6ed7cde0a8b137479e2
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.1652</title>
<updated>2016-03-30T12:30:35+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2016-03-25T18:28:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=62c0d99474eb0dffcd36d227057755c16c8a9570'/>
<id>62c0d99474eb0dffcd36d227057755c16c8a9570</id>
<content type='text'>
Problem:    Old style test for fnamemodify().
Solution:   Turn it into a new style test.

https://github.com/vim/vim/commit/610cc1b9b3c8104382f5506606c1f87118c28114
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Old style test for fnamemodify().
Solution:   Turn it into a new style test.

https://github.com/vim/vim/commit/610cc1b9b3c8104382f5506606c1f87118c28114
</pre>
</div>
</content>
</entry>
</feed>
