<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/testdir/test_options.vim, branch mix_20240309</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>test: move oldtests to test directory (#22536)</title>
<updated>2023-03-07T03:13:04+00:00</updated>
<author>
<name>dundargoc</name>
<email>33953936+dundargoc@users.noreply.github.com</email>
</author>
<published>2023-03-07T03:13:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=af23d173883f47fd02a9a380c719e4428370b484'/>
<id>af23d173883f47fd02a9a380c719e4428370b484</id>
<content type='text'>
The new oldtest directory is in test/old/testdir. The reason for this is
that many tests have hardcoded the parent directory name to be
'testdir'.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new oldtest directory is in test/old/testdir. The reason for this is
that many tests have hardcoded the parent directory name to be
'testdir'.</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:9.0.1386: options test fails with some window width (#22548)</title>
<updated>2023-03-06T08:45:57+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-03-06T08:45:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b0620ffe5a2e16d6d52e803978c90d0ffb030908'/>
<id>b0620ffe5a2e16d6d52e803978c90d0ffb030908</id>
<content type='text'>
Problem:    Options test fails with some window width.
Solution:   Adjust what text the test checks with. (closes vim/vim#12111)

https://github.com/vim/vim/commit/30585e03a7ce6cf985f93ca30275bf4dae0d87cc</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Options test fails with some window width.
Solution:   Adjust what text the test checks with. (closes vim/vim#12111)

https://github.com/vim/vim/commit/30585e03a7ce6cf985f93ca30275bf4dae0d87cc</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:9.0.1307: setting 'formatoptions' with :let doesn't check for errors (#22252)</title>
<updated>2023-02-14T00:29:05+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-02-14T00:29:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=20c9f4b3521fa7ab5c5997c0ec1a3df2b5bd0dbe'/>
<id>20c9f4b3521fa7ab5c5997c0ec1a3df2b5bd0dbe</id>
<content type='text'>
Problem:    Setting 'formatoptions' with :let doesn't check for errors.
Solution:   Pass "errbuf" to set_string_option(). (Yegappan Lakshmanan,
            closes vim/vim#11974, closes vim/vim#11972)

https://github.com/vim/vim/commit/32ff96ef018eb1a5bea0953648b4892a6ee71658

Co-authored-by: Yegappan Lakshmanan &lt;yegappan@yahoo.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Setting 'formatoptions' with :let doesn't check for errors.
Solution:   Pass "errbuf" to set_string_option(). (Yegappan Lakshmanan,
            closes vim/vim#11974, closes vim/vim#11972)

https://github.com/vim/vim/commit/32ff96ef018eb1a5bea0953648b4892a6ee71658

Co-authored-by: Yegappan Lakshmanan &lt;yegappan@yahoo.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.2.4917: fuzzy expansion of option names is not right (#21853)</title>
<updated>2023-01-17T08:46:43+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2023-01-17T08:46:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=58f2dcfc887134f5ebc33c13d7ef5ce540f8a247'/>
<id>58f2dcfc887134f5ebc33c13d7ef5ce540f8a247</id>
<content type='text'>
Problem:    Fuzzy expansion of option names is not right.
Solution:   Pass the fuzzy flag down the call chain. (Christian Brabandt,
            closes vim/vim#10380, closes vim/vim#10318)

https://github.com/vim/vim/commit/cb747899bd99361a299a163f3aa55d5fe7d6f798

Co-authored-by: Christian Brabandt &lt;cb@256bit.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Fuzzy expansion of option names is not right.
Solution:   Pass the fuzzy flag down the call chain. (Christian Brabandt,
            closes vim/vim#10380, closes vim/vim#10318)

https://github.com/vim/vim/commit/cb747899bd99361a299a163f3aa55d5fe7d6f798

Co-authored-by: Christian Brabandt &lt;cb@256bit.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:9.0.0862: default value of 'endoffile' is wrong (#21032)</title>
<updated>2022-11-12T15:31:17+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2022-11-12T15:31:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7abe8ef42267db861e84ce12023b296d49de6f25'/>
<id>7abe8ef42267db861e84ce12023b296d49de6f25</id>
<content type='text'>
Problem:    Default value of 'endoffile' is wrong.
Solution:   The default must be 'noendoffile'.

https://github.com/vim/vim/commit/0aad88f073602849d1623122eb3c323f8e252def

Co-authored-by: Bram Moolenaar &lt;Bram@vim.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Default value of 'endoffile' is wrong.
Solution:   The default must be 'noendoffile'.

https://github.com/vim/vim/commit/0aad88f073602849d1623122eb3c323f8e252def

Co-authored-by: Bram Moolenaar &lt;Bram@vim.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:9.0.0265: no good reason why the "gf" command isn't in the tiny version (#20964)</title>
<updated>2022-11-06T09:58:13+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2022-11-06T09:58:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a79d28e4d7939c13f38cf4ce63ff240011bca96d'/>
<id>a79d28e4d7939c13f38cf4ce63ff240011bca96d</id>
<content type='text'>
Problem:    No good reason why the "gf" command is not in the tiny version.
Solution:   Graduate the file_in_path feature.

https://github.com/vim/vim/commit/f80f40a55ccff0a4331c5fbd1ac446511f622ed0

Co-authored-by: Bram Moolenaar &lt;Bram@vim.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No good reason why the "gf" command is not in the tiny version.
Solution:   Graduate the file_in_path feature.

https://github.com/vim/vim/commit/f80f40a55ccff0a4331c5fbd1ac446511f622ed0

Co-authored-by: Bram Moolenaar &lt;Bram@vim.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.2.3744: E854 is not tested; some spelling suggestions are not tested</title>
<updated>2022-11-06T08:49:17+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2022-11-06T08:46:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=70843631fe8d2e8e93e6ecf7d08c7824352938b7'/>
<id>70843631fe8d2e8e93e6ecf7d08c7824352938b7</id>
<content type='text'>
Problem:    E854 is not tested; some spelling suggestions are not tested.
Solution:   Add a couple of tests. (Dominique Pellé, closes vim/vim#9279)

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

Add missing Test_signcolumn() from patch 7.4.2201.

Co-authored-by: Dominique Pelle &lt;dominique.pelle@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    E854 is not tested; some spelling suggestions are not tested.
Solution:   Add a couple of tests. (Dominique Pellé, closes vim/vim#9279)

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

Add missing Test_signcolumn() from patch 7.4.2201.

Co-authored-by: Dominique Pelle &lt;dominique.pelle@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.2.1736: failure to compile a pattern not tested much</title>
<updated>2022-11-06T08:49:11+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2022-11-06T07:52:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=cac576322d4b22c0fa7ba7564ba7ca9656fc96b9'/>
<id>cac576322d4b22c0fa7ba7564ba7ca9656fc96b9</id>
<content type='text'>
Problem:    Failure to compile a pattern not tested much.
Solution:   Add tests where a pattern fails to compile. (Yegappan Lakshmanan,
            closes vim/vim#7004)

https://github.com/vim/vim/commit/531be47ac5522807b265c6287021a01c9b895ac9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Failure to compile a pattern not tested much.
Solution:   Add tests where a pattern fails to compile. (Yegappan Lakshmanan,
            closes vim/vim#7004)

https://github.com/vim/vim/commit/531be47ac5522807b265c6287021a01c9b895ac9
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: fix typos</title>
<updated>2022-11-02T13:45:26+00:00</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2022-10-23T08:17:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4716a578ae0c3516d685495bb55e40c939a4ac87'/>
<id>4716a578ae0c3516d685495bb55e40c939a4ac87</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:8.2.2837: various code lines not covered by tests</title>
<updated>2022-10-27T00:01:38+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2022-10-26T23:53:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=624f6a8ca012dd6d27f1e67ace6ef10d04c5625f'/>
<id>624f6a8ca012dd6d27f1e67ace6ef10d04c5625f</id>
<content type='text'>
Problem:    Various code lines not covered by tests.
Solution:   Add test cases. (Dominique Pellé, closes vim/vim#8178)

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

Co-authored-by: Dominique Pelle &lt;dominique.pelle@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Various code lines not covered by tests.
Solution:   Add test cases. (Dominique Pellé, closes vim/vim#8178)

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

Co-authored-by: Dominique Pelle &lt;dominique.pelle@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
