<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/testdir/test_execute_func.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:8.2.4026: ml_get error with specific win_execute() command</title>
<updated>2022-02-03T15:03:08+00:00</updated>
<author>
<name>Sean Dewar</name>
<email>seandewar@users.noreply.github.com</email>
</author>
<published>2022-01-07T17:27:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d984a8d130c2063dcd33ae52f98c22fe3567cd18'/>
<id>d984a8d130c2063dcd33ae52f98c22fe3567cd18</id>
<content type='text'>
Problem:    ml_get error with specific win_execute() command. (Sean Dewar)
Solution:   Check cursor and Visual area are OK.
https://github.com/vim/vim/commit/e664a327014f4aa8baf8549a34a4caab2f3116a3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    ml_get error with specific win_execute() command. (Sean Dewar)
Solution:   Check cursor and Visual area are OK.
https://github.com/vim/vim/commit/e664a327014f4aa8baf8549a34a4caab2f3116a3
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.2.4018: ml_get error when win_execute redraws with Visual selection</title>
<updated>2022-02-03T15:02:57+00:00</updated>
<author>
<name>Sean Dewar</name>
<email>seandewar@users.noreply.github.com</email>
</author>
<published>2022-01-06T13:48:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f326c9a77da3aef052ce6af0f851344f2479c844'/>
<id>f326c9a77da3aef052ce6af0f851344f2479c844</id>
<content type='text'>
Problem:    ml_get error when win_execute redraws with Visual selection.
Solution:   Disable Visual area temporarily. (closes vim/vim#9479)
https://github.com/vim/vim/commit/18f4740f043b353abe47b7a00131317052457686

{switch_to/restore}_win_for_buf is N/A (marked as such in v8.0.0860; currently
only used in Vim's if_py).

Add a modeline to test_execute_func.vim.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    ml_get error when win_execute redraws with Visual selection.
Solution:   Disable Visual area temporarily. (closes vim/vim#9479)
https://github.com/vim/vim/commit/18f4740f043b353abe47b7a00131317052457686

{switch_to/restore}_win_for_buf is N/A (marked as such in v8.0.0860; currently
only used in Vim's if_py).

Add a modeline to test_execute_func.vim.
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.2013: more functions can be used as methods</title>
<updated>2021-11-26T18:53:11+00:00</updated>
<author>
<name>Sean Dewar</name>
<email>seandewar@users.noreply.github.com</email>
</author>
<published>2021-11-01T16:26:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2ad92e947650cc502952b3ec23a23f9862f3a76d'/>
<id>2ad92e947650cc502952b3ec23a23f9862f3a76d</id>
<content type='text'>
Problem:    More functions can be used as methods.
Solution:   Make various functions usable as a method.
https://github.com/vim/vim/commit/f92e58cadb03156879e9bdbf6341bf662d9c87cc

Cherry-pick s:normalize_fname for tolower test from v8.1.0894 and v8.1.1417 (even though it is
unused for now).

Fix header for win_id2tabwin in eval.txt.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    More functions can be used as methods.
Solution:   Make various functions usable as a method.
https://github.com/vim/vim/commit/f92e58cadb03156879e9bdbf6341bf662d9c87cc

Cherry-pick s:normalize_fname for tolower test from v8.1.0894 and v8.1.1417 (even though it is
unused for now).

Fix header for win_id2tabwin in eval.txt.
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.2.3593: directory is wrong after executing "lcd" with win_execute() (#16314)</title>
<updated>2021-11-18T02:18:55+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2021-11-18T02:18:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1f68a21d66ba8b4cbc7632c8f1ada4be692bd911'/>
<id>1f68a21d66ba8b4cbc7632c8f1ada4be692bd911</id>
<content type='text'>
Problem:    Directory is wrong after executing "lcd" with win_execute().
Solution:   Correct the directory when going back to the original window.
            (closes vim/vim#9132)
https://github.com/vim/vim/commit/7f13b24ab6aca808262e68680d8fe5f082670ebd</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Directory is wrong after executing "lcd" with win_execute().
Solution:   Correct the directory when going back to the original window.
            (closes vim/vim#9132)
https://github.com/vim/vim/commit/7f13b24ab6aca808262e68680d8fe5f082670ebd</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.2.2340: win_execute() unexpectedly returns number zero when failing</title>
<updated>2021-05-06T15:45:16+00:00</updated>
<author>
<name>jing</name>
<email>lhchenjw@gmail.com</email>
</author>
<published>2021-05-01T02:44:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=03b3ff861082ff09f2903565d928187489225306'/>
<id>03b3ff861082ff09f2903565d928187489225306</id>
<content type='text'>
Problem:    win_execute() unexpectedly returns number zero when failing.
Solution:   Return an empty string. (closes vim/vim#7665)
https://github.com/vim/vim/commit/37487e16da7877129edee8d11b9b7f5c8df312c6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    win_execute() unexpectedly returns number zero when failing.
Solution:   Return an empty string. (closes vim/vim#7665)
https://github.com/vim/vim/commit/37487e16da7877129edee8d11b9b7f5c8df312c6
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.2124: ruler is not updated if win_execute() moves cursor</title>
<updated>2021-05-06T15:45:16+00:00</updated>
<author>
<name>jing</name>
<email>lhchenjw@gmail.com</email>
</author>
<published>2021-05-01T02:31:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ec3524da29b4d3c6cdccb3ab3608f88e8c4ba183'/>
<id>ec3524da29b4d3c6cdccb3ab3608f88e8c4ba183</id>
<content type='text'>
Problem:    Ruler is not updated if win_execute() moves cursor.
Solution:   Update the status line. (closes vim/vim#5022)
https://github.com/vim/vim/commit/345f28df5482cd35f5fa74b06443376379f113b0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Ruler is not updated if win_execute() moves cursor.
Solution:   Update the status line. (closes vim/vim#5022)
https://github.com/vim/vim/commit/345f28df5482cd35f5fa74b06443376379f113b0
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.1832: win_execute() does not work in other tab</title>
<updated>2021-05-06T15:45:16+00:00</updated>
<author>
<name>jing</name>
<email>lhchenjw@gmail.com</email>
</author>
<published>2021-05-01T02:21:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=73154bbae033513a937af8092320920a49684ce6'/>
<id>73154bbae033513a937af8092320920a49684ce6</id>
<content type='text'>
Problem:    Win_execute() does not work in other tab. (Rick Howe)
Solution:   Take care of the tab. (closes vim/vim#4792)
https://github.com/vim/vim/commit/820680b9ff1de8699156c7b060f97e5c0b87ad15
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Win_execute() does not work in other tab. (Rick Howe)
Solution:   Take care of the tab. (closes vim/vim#4792)
https://github.com/vim/vim/commit/820680b9ff1de8699156c7b060f97e5c0b87ad15
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.1440: win_execute() test fails</title>
<updated>2021-05-06T15:45:16+00:00</updated>
<author>
<name>jing</name>
<email>lhchenjw@gmail.com</email>
</author>
<published>2021-05-01T02:19:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3c00252248daf54c5ba4ef2c983256cf81c71ded'/>
<id>3c00252248daf54c5ba4ef2c983256cf81c71ded</id>
<content type='text'>
Problem:    Win_execute() test fails.
Solution:   Adjust the expected error number.  Move to popup test.
https://github.com/vim/vim/commit/2d247849ce612050ba1085df806746b23be1f0a3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Win_execute() test fails.
Solution:   Adjust the expected error number.  Move to popup test.
https://github.com/vim/vim/commit/2d247849ce612050ba1085df806746b23be1f0a3
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.1418: win_execute() is not implemented yet</title>
<updated>2021-05-06T15:44:47+00:00</updated>
<author>
<name>jing</name>
<email>lhchenjw@gmail.com</email>
</author>
<published>2021-04-24T15:09:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f6518e55164be3fd2d10bf7738c5d76970fb8d79'/>
<id>f6518e55164be3fd2d10bf7738c5d76970fb8d79</id>
<content type='text'>
Problem:    Win_execute() is not implemented yet.
Solution:   Implement it.
https://github.com/vim/vim/commit/868b7b6712ea4f2232eeeae18c5cbbbddf2ee84d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Win_execute() is not implemented yet.
Solution:   Implement it.
https://github.com/vim/vim/commit/868b7b6712ea4f2232eeeae18c5cbbbddf2ee84d
</pre>
</div>
</content>
</entry>
</feed>
