<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/testdir/test_source.vim, branch v8.2.1882</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.0531: various errors not tested</title>
<updated>2020-04-08T17:48:56+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-04-08T17:48:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=476a613135bdc94e61c1dce8a9cbb4ab0b6dc2d1'/>
<id>476a613135bdc94e61c1dce8a9cbb4ab0b6dc2d1</id>
<content type='text'>
Problem:    Various errors not tested.
Solution:   Add tests. (Yegappan Lakshmanan, closes #5895)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Various errors not tested.
Solution:   Add tests. (Yegappan Lakshmanan, closes #5895)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0270: some code not covered by tests</title>
<updated>2020-02-17T20:33:30+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-02-17T20:33:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=bc2b71d44a0b90b6aeb3534a76912fccbe5577df'/>
<id>bc2b71d44a0b90b6aeb3534a76912fccbe5577df</id>
<content type='text'>
Problem:    Some code not covered by tests.
Solution:   Add test cases. (Yegappan Lakshmanan, closes #5649)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Some code not covered by tests.
Solution:   Add test cases. (Yegappan Lakshmanan, closes #5649)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0243: insufficient code coverage for ex_docmd.c functions</title>
<updated>2020-02-11T21:04:02+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-02-11T21:04:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9f6277bdde97b7767ded43a0b5a2023eb601b3b7'/>
<id>9f6277bdde97b7767ded43a0b5a2023eb601b3b7</id>
<content type='text'>
Problem:    Insufficient code coverage for ex_docmd.c functions.
Solution:   Add more tests. (Yegappan Lakshmanan, closes #5618)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Insufficient code coverage for ex_docmd.c functions.
Solution:   Add more tests. (Yegappan Lakshmanan, closes #5618)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0136: stray ch_logfile() call</title>
<updated>2020-01-20T20:32:51+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-01-20T20:32:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ed5adff1e6da412732514d82363005f85fe22e04'/>
<id>ed5adff1e6da412732514d82363005f85fe22e04</id>
<content type='text'>
Problem:    Stray ch_logfile() call.
Solution:   Remove it. (closes #5503)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Stray ch_logfile() call.
Solution:   Remove it. (closes #5503)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0132: script may be re-used when deleting and creating a new one</title>
<updated>2020-01-19T19:18:09+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-01-19T19:18:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ca33eb256eb910af05e8c9852bc9f716cece1f5c'/>
<id>ca33eb256eb910af05e8c9852bc9f716cece1f5c</id>
<content type='text'>
Problem:    Script may be re-used when deleting and creating a new one.
Solution:   When the inode matches, also check the file name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Script may be re-used when deleting and creating a new one.
Solution:   When the inode matches, also check the file name.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.1461: tests do not run or are not reliable on some systems</title>
<updated>2019-06-03T21:07:25+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-06-03T21:07:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ddd3308782e931a2c390d692cb23c40d8169bd6f'/>
<id>ddd3308782e931a2c390d692cb23c40d8169bd6f</id>
<content type='text'>
Problem:    Tests do not run or are not reliable on some systems.
Solution:   Use "findstr" instead of "grep" on MS-Windows. Clear
            PROMPT_COMMAND in the terminal test. Delete temp file. Wait for
            output after executing a debug command. (Yegappan Lakshmanan,
            closes #4479)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Tests do not run or are not reliable on some systems.
Solution:   Use "findstr" instead of "grep" on MS-Windows. Clear
            PROMPT_COMMAND in the terminal test. Delete temp file. Wait for
            output after executing a debug command. (Yegappan Lakshmanan,
            closes #4479)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.1365: source command doesn't check for the sandbox</title>
<updated>2019-05-22T20:38:25+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-05-22T20:38:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=53575521406739cf20bbe4e384d88e7dca11f040'/>
<id>53575521406739cf20bbe4e384d88e7dca11f040</id>
<content type='text'>
Problem:    Source command doesn't check for the sandbox. (Armin Razmjou)
Solution:   Check for the sandbox when sourcing a file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Source command doesn't check for the sandbox. (Armin Razmjou)
Solution:   Check for the sandbox when sourcing a file.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0729: there is a SourcePre autocommand event but not a SourcePost</title>
<updated>2019-01-12T12:26:03+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-01-12T12:26:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=2b6185287adf53343ed5f49e967ae402c64063e4'/>
<id>2b6185287adf53343ed5f49e967ae402c64063e4</id>
<content type='text'>
Problem:    There is a SourcePre autocommand event but not a SourcePost.
Solution:   Add the SourcePost autocommand event. (closes #3739)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    There is a SourcePre autocommand event but not a SourcePost.
Solution:   Add the SourcePost autocommand event. (closes #3739)
</pre>
</div>
</content>
</entry>
</feed>
