<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/testdir/test_true_false.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>feat(eval/method): partially port v8.1.1953</title>
<updated>2021-10-03T19:06:32+00:00</updated>
<author>
<name>Sean Dewar</name>
<email>seandewar@users.noreply.github.com</email>
</author>
<published>2021-08-31T21:51:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=59c8a1fd5158886cb13b56070ebf15259d12eba2'/>
<id>59c8a1fd5158886cb13b56070ebf15259d12eba2</id>
<content type='text'>
Adds method call support for all functions in the patch, but it cannot
be fully ported due to missing tests for:

- index(): requires Blobs from v8.1.0735.
           Note that index() was already added as a method in v8.1.1803;
           this patch only adds a test.

- iconv(): requires v8.1.1136 for test_termcodes.vim.

Nvim deprecated inputdialog(), so it no longer has an eval.txt entry.

Keep the test for hlexists() commented-out, just like previously. (Nvim
always defines the Number group, so it always returns 1 instead)

Cannot include both changes to test_syn_attr.vim as Nvim doesn't support
":hi term=..."; however, both test the same -&gt;hlID() syntax anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds method call support for all functions in the patch, but it cannot
be fully ported due to missing tests for:

- index(): requires Blobs from v8.1.0735.
           Note that index() was already added as a method in v8.1.1803;
           this patch only adds a test.

- iconv(): requires v8.1.1136 for test_termcodes.vim.

Nvim deprecated inputdialog(), so it no longer has an eval.txt entry.

Keep the test for hlexists() commented-out, just like previously. (Nvim
always defines the Number group, so it always returns 1 instead)

Cannot include both changes to test_syn_attr.vim as Nvim doesn't support
":hi term=..."; however, both test the same -&gt;hlID() syntax anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>test/old: partial port of patch v8.2.1.0183</title>
<updated>2021-05-24T19:25:32+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2021-05-24T18:43:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1b0937dd894d4ea5d1c66f8037b4e1c4e2b888bd'/>
<id>1b0937dd894d4ea5d1c66f8037b4e1c4e2b888bd</id>
<content type='text'>
Prep for patch v8.2.0511.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prep for patch v8.2.0511.
</pre>
</div>
</content>
</entry>
<entry>
<title>oldtest: windows: revert setting shellslash individually (#10189)</title>
<updated>2019-08-20T20:01:58+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2019-08-20T20:01:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7adea68c1eab6ba71344aa24aaf5026b824d7ea1'/>
<id>7adea68c1eab6ba71344aa24aaf5026b824d7ea1</id>
<content type='text'>
* Revert "oldtests: win: shellslash for cdpath,tags,:find"

This reverts commit 6245b4873d5e24fade9aadadf32645bfb3ebfc31.

* Revert "oldtests: set shellslash for ":cd" test"

This reverts commit eba1ebafe554fcf6dcd8c933f53b43ca9c5b3b6a.

* Revert "oldtests: set shellslash in Test_shellescape()"

This reverts commit e428fc4b52d986fec0d544e371b05e8c7e18db93.

* Revert "fixup! vim-patch:8.0.1782: no simple way to label quickfix entries"

This reverts commit ac1fbc28601a05cdca19f868449c86b8dd70328c.

* Revert "test/old: pass Test_statusline on Windows"

This reverts commit 6efa3bff09afb0e54ad71278ac60259bf41be286.

* Revert "oldtests: set shellslash for Test_non_zero_arg"

This reverts commit 42e1e2495cc51f659d505bfec8b72905c19e4094.

* Revert "oldtests: set shellslash in Test_true_false_arg()"

This reverts commit 8bd194f98aaf8d79886b78f4bd29f9525c1459c8.

* Remove unnecessary set shellslash

Since #10679 no longer requires individual set shellslash, it is removed.


Co-Authored-By: erw7 &lt;erw7.github@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Revert "oldtests: win: shellslash for cdpath,tags,:find"

This reverts commit 6245b4873d5e24fade9aadadf32645bfb3ebfc31.

* Revert "oldtests: set shellslash for ":cd" test"

This reverts commit eba1ebafe554fcf6dcd8c933f53b43ca9c5b3b6a.

* Revert "oldtests: set shellslash in Test_shellescape()"

This reverts commit e428fc4b52d986fec0d544e371b05e8c7e18db93.

* Revert "fixup! vim-patch:8.0.1782: no simple way to label quickfix entries"

This reverts commit ac1fbc28601a05cdca19f868449c86b8dd70328c.

* Revert "test/old: pass Test_statusline on Windows"

This reverts commit 6efa3bff09afb0e54ad71278ac60259bf41be286.

* Revert "oldtests: set shellslash for Test_non_zero_arg"

This reverts commit 42e1e2495cc51f659d505bfec8b72905c19e4094.

* Revert "oldtests: set shellslash in Test_true_false_arg()"

This reverts commit 8bd194f98aaf8d79886b78f4bd29f9525c1459c8.

* Remove unnecessary set shellslash

Since #10679 no longer requires individual set shellslash, it is removed.


Co-Authored-By: erw7 &lt;erw7.github@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>oldtests: set shellslash for Test_non_zero_arg</title>
<updated>2019-04-02T03:28:16+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2019-04-02T03:28:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=42e1e2495cc51f659d505bfec8b72905c19e4094'/>
<id>42e1e2495cc51f659d505bfec8b72905c19e4094</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>oldtests: set shellslash in Test_true_false_arg()</title>
<updated>2019-03-08T07:30:22+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2019-03-08T07:30:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8bd194f98aaf8d79886b78f4bd29f9525c1459c8'/>
<id>8bd194f98aaf8d79886b78f4bd29f9525c1459c8</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.1994</title>
<updated>2017-02-27T20:11:23+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2017-02-27T20:05:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1fa6d95c67852b7f3c9cba06ca4bc48620f344db'/>
<id>1fa6d95c67852b7f3c9cba06ca4bc48620f344db</id>
<content type='text'>
Problem:    True-false test fails.
Solution:   Filter the dict to only keep the value that matters.

https://github.com/vim/vim/commit/05e418d436410cd8bbf5a29ff81e8ad68408b1e8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    True-false test fails.
Solution:   Filter the dict to only keep the value that matters.

https://github.com/vim/vim/commit/05e418d436410cd8bbf5a29ff81e8ad68408b1e8
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.1993</title>
<updated>2017-02-27T20:04:54+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2017-02-27T20:00:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f863b23fd9aa53e65cd0e79957e9cfcff216af29'/>
<id>f863b23fd9aa53e65cd0e79957e9cfcff216af29</id>
<content type='text'>
Problem:    Not all TRUE and FALSE arguments are tested.
Solution:   Add a few more tests.

https://github.com/vim/vim/commit/6bb450145e96d7b182769fd9502a267da72667ec
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Not all TRUE and FALSE arguments are tested.
Solution:   Add a few more tests.

https://github.com/vim/vim/commit/6bb450145e96d7b182769fd9502a267da72667ec
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.1992</title>
<updated>2017-02-27T20:00:18+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2017-02-27T17:06:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2f5aee561e94703f09b8cb85dfd5a42b06153992'/>
<id>2f5aee561e94703f09b8cb85dfd5a42b06153992</id>
<content type='text'>
Problem:    Values for true and false can be confusing.
Solution:   Update the documentation.  Add a test.  Make v:true evaluate to
            TRUE for a non-zero-arg.

https://github.com/vim/vim/commit/e381d3d5e098546854b008e01ca1d28ba1a4a057
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Values for true and false can be confusing.
Solution:   Update the documentation.  Add a test.  Make v:true evaluate to
            TRUE for a non-zero-arg.

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