<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/testdir/test_arglist.vim, branch v0.5.1</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>Revert "vim-patch:8.1.1378: delete() can not handle a file name that looks like a pattern (#12784)"</title>
<updated>2021-05-11T22:47:21+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2021-05-11T22:44:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4ba3d059bfcd5b08b0831e7d71de26284db6dcb9'/>
<id>4ba3d059bfcd5b08b0831e7d71de26284db6dcb9</id>
<content type='text'>
This reverts commit 4be0e92db01a502863ac4bb26dd0fee16d833145.

Unfortunately, that commit stalled the Windows builds on GHA and likely requires
other patches to work properly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 4be0e92db01a502863ac4bb26dd0fee16d833145.

Unfortunately, that commit stalled the Windows builds on GHA and likely requires
other patches to work properly.
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.1378: delete() can not handle a file name that looks like a pattern (#12784)</title>
<updated>2021-05-07T12:07:13+00:00</updated>
<author>
<name>Shougo</name>
<email>Shougo.Matsu@gmail.com</email>
</author>
<published>2021-05-07T12:07:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4be0e92db01a502863ac4bb26dd0fee16d833145'/>
<id>4be0e92db01a502863ac4bb26dd0fee16d833145</id>
<content type='text'>
Problem:    Delete() can not handle a file name that looks like a pattern.
Solution:   Use readdir() instead of appending "/*" and expanding wildcards.
            (Ken Takata, closes vim/vim#4424, closes vim/vim#696)
https://github.com/vim/vim/commit/701ff0a3e53d253d7300c385e582659bbff7860d</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Delete() can not handle a file name that looks like a pattern.
Solution:   Use readdir() instead of appending "/*" and expanding wildcards.
            (Ken Takata, closes vim/vim#4424, closes vim/vim#696)
https://github.com/vim/vim/commit/701ff0a3e53d253d7300c385e582659bbff7860d</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.0341: :argadd in empty buffer changes the buffer name</title>
<updated>2021-02-10T22:54:24+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2021-02-10T03:08:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=787446886f4ca546afb07faf06556e75dbd4b6aa'/>
<id>787446886f4ca546afb07faf06556e75dbd4b6aa</id>
<content type='text'>
Problem:    :argadd in empty buffer changes the buffer name. (Pavol Juhas)
Solution:   Don't re-use the current buffer when not going to edit the file.
            (closes vim/vim#3397)  Do re-use the current buffer for :next.
https://github.com/vim/vim/commit/32bbd00949c585ea1c9da13197279a175097eddd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    :argadd in empty buffer changes the buffer name. (Pavol Juhas)
Solution:   Don't re-use the current buffer when not going to edit the file.
            (closes vim/vim#3397)  Do re-use the current buffer for :next.
https://github.com/vim/vim/commit/32bbd00949c585ea1c9da13197279a175097eddd
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.2.1472: ":argdel" does not work like ":.argdel" as documented</title>
<updated>2020-08-18T03:34:39+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2020-08-17T22:43:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=45615cedd10fb5dc3c502815ed4d98b6d4e4488a'/>
<id>45615cedd10fb5dc3c502815ed4d98b6d4e4488a</id>
<content type='text'>
Problem:    ":argdel" does not work like ":.argdel" as documented. (Alexey
            Demin)
Solution:   Make ":argdel" work like ":.argdel". (closes vim/vim#6727)
            Also fix giving the error "0 more files to edit".
https://github.com/vim/vim/commit/7b22117c4ecf383b6f35acef041773a83ec28220
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    ":argdel" does not work like ":.argdel" as documented. (Alexey
            Demin)
Solution:   Make ":argdel" work like ":.argdel". (closes vim/vim#6727)
            Also fix giving the error "0 more files to edit".
https://github.com/vim/vim/commit/7b22117c4ecf383b6f35acef041773a83ec28220
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.1924: using empty string for current buffer is unexpected</title>
<updated>2019-08-25T01:18:15+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2019-08-25T00:48:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=66c06dad62638106fadad389f585dc11f482c6b1'/>
<id>66c06dad62638106fadad389f585dc11f482c6b1</id>
<content type='text'>
Problem:    Using empty string for current buffer is unexpected.
Solution:   Make the argument optional for bufname() and bufnr().
https://github.com/vim/vim/commit/a8eee21e75324d199acb1663cb5009e03014a13a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using empty string for current buffer is unexpected.
Solution:   Make the argument optional for bufname() and bufnr().
https://github.com/vim/vim/commit/a8eee21e75324d199acb1663cb5009e03014a13a
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.1796: :argdo is not tested</title>
<updated>2019-08-03T15:38:52+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2019-08-03T15:37:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=01b2dac727e412bd2920694b20f85696e1d9c751'/>
<id>01b2dac727e412bd2920694b20f85696e1d9c751</id>
<content type='text'>
Problem:    :argdo is not tested
Solution:   Add a test.
https://github.com/vim/vim/commit/72e1b39111389001a20fbe8aa344ce2fe0a7e1a4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    :argdo is not tested
Solution:   Add a test.
https://github.com/vim/vim/commit/72e1b39111389001a20fbe8aa344ce2fe0a7e1a4
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.1748: :args output is not aligned (#10625)</title>
<updated>2019-07-27T21:48:32+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2019-07-27T21:48:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7f5a113f659fc88c2e9566c3dcdc1c8f0beccc5a'/>
<id>7f5a113f659fc88c2e9566c3dcdc1c8f0beccc5a</id>
<content type='text'>
Problem:    :args output is not aligned.
Solution:   Output a line break after the last item in a row.
https://github.com/vim/vim/commit/74da39373c90fcb390068903b5bbb93ce7ac16fa

vim-patch:8.1.1750: depending on the terminal width :version may miss a line break

Problem:    Depending on the terminal width :version may miss a line break.
Solution:   Add a line break when needed.
https://github.com/vim/vim/commit/8a5c29aee978345132ad7f318b8a84633c33905c

vim-patch:8.1.1760: extra line break for wrapping output of :args

Problem:    Extra line break for wrapping output of :args.
Solution:   Avoid the extra line break. (Daniel Hahler, closes vim/vim#4737)
https://github.com/vim/vim/commit/9800bfe0fc7596e8fee97172139f0777bac639fb</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    :args output is not aligned.
Solution:   Output a line break after the last item in a row.
https://github.com/vim/vim/commit/74da39373c90fcb390068903b5bbb93ce7ac16fa

vim-patch:8.1.1750: depending on the terminal width :version may miss a line break

Problem:    Depending on the terminal width :version may miss a line break.
Solution:   Add a line break when needed.
https://github.com/vim/vim/commit/8a5c29aee978345132ad7f318b8a84633c33905c

vim-patch:8.1.1760: extra line break for wrapping output of :args

Problem:    Extra line break for wrapping output of :args.
Solution:   Avoid the extra line break. (Daniel Hahler, closes vim/vim#4737)
https://github.com/vim/vim/commit/9800bfe0fc7596e8fee97172139f0777bac639fb</pre>
</div>
</content>
</entry>
<entry>
<title>tests: test_arglist.vim: align with Vim  [ci skip] (#10612)</title>
<updated>2019-07-26T23:47:12+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2019-07-26T23:47:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=709e87792f83235d99f11b82f65f353b1f8a72b3'/>
<id>709e87792f83235d99f11b82f65f353b1f8a72b3</id>
<content type='text'>
This just moves the test to where it is in Vim.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This just moves the test to where it is in Vim.</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "vim-patch:8.1.0430: Xargadd file left behind after running test"</title>
<updated>2019-07-26T09:19:05+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2019-06-20T02:36:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0fb05b2c7de757f7722c4e8133fea4f5fd359a6e'/>
<id>0fb05b2c7de757f7722c4e8133fea4f5fd359a6e</id>
<content type='text'>
This reverts commit ce1b4f95fe684082cc9fb7e7e018e4f7c04338c4.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit ce1b4f95fe684082cc9fb7e7e018e4f7c04338c4.
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.0404: accessing invalid memory with long argument name</title>
<updated>2019-07-26T09:19:05+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2019-05-05T13:50:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=cbda383efefc78f87f8574a960f4c41a8d8107c9'/>
<id>cbda383efefc78f87f8574a960f4c41a8d8107c9</id>
<content type='text'>
Problem:    Accessing invalid memory with long argument name.
Solution:   Use item_count instead of checking for a terminating NULL.
            (Dominique Pelle, closes vim/vim#3444)
https://github.com/vim/vim/commit/e961cba3cb8281c47f1dc2c2bc031b07504f17d4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Accessing invalid memory with long argument name.
Solution:   Use item_count instead of checking for a terminating NULL.
            (Dominique Pelle, closes vim/vim#3444)
https://github.com/vim/vim/commit/e961cba3cb8281c47f1dc2c2bc031b07504f17d4
</pre>
</div>
</content>
</entry>
</feed>
