<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/testdir/test_execute_func.vim, branch v8.2.3176</title>
<subtitle>github.com: vim/vim.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/'/>
<entry>
<title>patch 8.2.3024: execute() function test fails</title>
<updated>2021-06-20T13:03:15+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-06-20T13:03:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=2fb1b89d721682585228f9a6ee7da4b6d3c6634d'/>
<id>2fb1b89d721682585228f9a6ee7da4b6d3c6634d</id>
<content type='text'>
Problem:    execute() function test fails.
Solution:   Adjust test for different error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    execute() function test fails.
Solution:   Adjust test for different error.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2949: tests failing because no error for float to string conversion</title>
<updated>2021-06-06T12:14:39+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-06-06T12:14:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=3cfa5b16b06bcc034f6de77070fa779d698ab5e9'/>
<id>3cfa5b16b06bcc034f6de77070fa779d698ab5e9</id>
<content type='text'>
Problem:    Tests failing because there is no error for float to string
            conversion.
Solution:   Change the check for failure to check for correct result.  Make
            some conversions strict in Vim9 script.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Tests failing because there is no error for float to string
            conversion.
Solution:   Change the check for failure to check for correct result.  Make
            some conversions strict in Vim9 script.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2340: win_execute() unexpectedly returns number zero when failing</title>
<updated>2021-01-12T21:08:53+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-01-12T21:08:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=37487e16da7877129edee8d11b9b7f5c8df312c6'/>
<id>37487e16da7877129edee8d11b9b7f5c8df312c6</id>
<content type='text'>
Problem:    win_execute() unexpectedly returns number zero when failing.
Solution:   Return an empty string. (closes #7665)
</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 #7665)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0633: crash when using null partial in filter()</title>
<updated>2020-04-24T20:47:31+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-04-24T20:47:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9d8d0b5c644ea53364d04403740b3f23e57c1497'/>
<id>9d8d0b5c644ea53364d04403740b3f23e57c1497</id>
<content type='text'>
Problem:    Crash when using null partial in filter().
Solution:   Fix crash.  Add more tests. (Yegappan Lakshmanan, closes #5976)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Crash when using null partial in filter().
Solution:   Fix crash.  Add more tests. (Yegappan Lakshmanan, closes #5976)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0183: tests fail when the float feature is disabled</title>
<updated>2020-01-30T17:24:53+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-01-30T17:24:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=5feabe00c47fa66d5f4c95213f150488433f78e3'/>
<id>5feabe00c47fa66d5f4c95213f150488433f78e3</id>
<content type='text'>
Problem:    Tests fail when the float feature is disabled.
Solution:   Skip tests that don't work without float support.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Tests fail when the float feature is disabled.
Solution:   Skip tests that don't work without float support.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0103: using null object with execute() has strange effects</title>
<updated>2020-01-08T18:32:18+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-01-08T18:32:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=e2a8f0773e91685843c062b1e48259712d5f2213'/>
<id>e2a8f0773e91685843c062b1e48259712d5f2213</id>
<content type='text'>
Problem:    Using null object with execute() has strange effects.
Solution:   Give an error message ofr Job and Channel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using null object with execute() has strange effects.
Solution:   Give an error message ofr Job and Channel.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.2373: cannot build with +popupwin but without +quickfix</title>
<updated>2019-12-01T14:23:11+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-12-01T14:23:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=5a4c3082d7ab51b3d448a91578479c96c1ab0ad3'/>
<id>5a4c3082d7ab51b3d448a91578479c96c1ab0ad3</id>
<content type='text'>
Problem:    Cannot build with +popupwin but without +quickfix. (John Marriott)
Solution:   Adjust #ifdefs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot build with +popupwin but without +quickfix. (John Marriott)
Solution:   Adjust #ifdefs.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.2371: FEAT_TEXT_PROP is a confusing name</title>
<updated>2019-11-30T21:48:27+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-11-30T21:48:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=05ad5ff0ab34ed9a5296dedd420ca81698b8ce22'/>
<id>05ad5ff0ab34ed9a5296dedd420ca81698b8ce22</id>
<content type='text'>
Problem:    FEAT_TEXT_PROP is a confusing name.
Solution:   Use FEAT_PROP_POPUP. (Naruhiko Nishino, closes #5291)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    FEAT_TEXT_PROP is a confusing name.
Solution:   Use FEAT_PROP_POPUP. (Naruhiko Nishino, closes #5291)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.2124: ruler is not updated if win_execute() moves cursor</title>
<updated>2019-10-08T20:20:35+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-10-08T20:20:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=345f28df5482cd35f5fa74b06443376379f113b0'/>
<id>345f28df5482cd35f5fa74b06443376379f113b0</id>
<content type='text'>
Problem:    Ruler is not updated if win_execute() moves cursor.
Solution:   Update the status line. (closes #5022)
</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 #5022)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.2013: more functions can be used as methods</title>
<updated>2019-09-08T19:51:41+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-09-08T19:51:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f92e58cadb03156879e9bdbf6341bf662d9c87cc'/>
<id>f92e58cadb03156879e9bdbf6341bf662d9c87cc</id>
<content type='text'>
Problem:    More functions can be used as methods.
Solution:   Make various functions usable as a method.
</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.
</pre>
</div>
</content>
</entry>
</feed>
