<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/testdir/test_execute_func.vim, branch chrisbra-patch-1</title>
<subtitle>github.com: vim/vim.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/'/>
<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://trove.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://trove.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://trove.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://trove.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://trove.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://trove.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://trove.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>
<entry>
<title>patch 8.1.1832: win_execute() does not work in other tab</title>
<updated>2019-08-09T12:56:22+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-08-09T12:56:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=820680b9ff1de8699156c7b060f97e5c0b87ad15'/>
<id>820680b9ff1de8699156c7b060f97e5c0b87ad15</id>
<content type='text'>
Problem:    Win_execute() does not work in other tab. (Rick Howe)
Solution:   Take care of the tab. (closes #4792)
</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 #4792)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.1440: win_execute() test fails</title>
<updated>2019-06-01T15:06:25+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-06-01T15:06:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=2d247849ce612050ba1085df806746b23be1f0a3'/>
<id>2d247849ce612050ba1085df806746b23be1f0a3</id>
<content type='text'>
Problem:    Win_execute() test fails.
Solution:   Adjust the expected error number.  Move to popup test.
</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.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.1418: win_execute() is not implemented yet</title>
<updated>2019-05-29T19:44:40+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-05-29T19:44:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/vim-git.git/commit/?id=868b7b6712ea4f2232eeeae18c5cbbbddf2ee84d'/>
<id>868b7b6712ea4f2232eeeae18c5cbbbddf2ee84d</id>
<content type='text'>
Problem:    Win_execute() is not implemented yet.
Solution:   Implement it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Win_execute() is not implemented yet.
Solution:   Implement it.
</pre>
</div>
</content>
</entry>
</feed>
