<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/testdir/test_edit.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.2979: not all options code is covered by tests</title>
<updated>2021-06-12T11:46:41+00:00</updated>
<author>
<name>Yegappan Lakshmanan</name>
<email>yegappan@yahoo.com</email>
</author>
<published>2021-06-12T11:46:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=5958549760652c173b703613b9cbf09b25a4eddb'/>
<id>5958549760652c173b703613b9cbf09b25a4eddb</id>
<content type='text'>
Problem:    Not all options code is covered by tests.
Solution:   Add more tests for options. (Yegappan Lakshmanan, closes #8369)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Not all options code is covered by tests.
Solution:   Add more tests for options. (Yegappan Lakshmanan, closes #8369)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2643: various code not covered by tests</title>
<updated>2021-03-22T18:37:06+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-03-22T18:37:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=1f448d906b3c516e5864dc5bae3ddbf3664ee649'/>
<id>1f448d906b3c516e5864dc5bae3ddbf3664ee649</id>
<content type='text'>
Problem:    Various code not covered by tests.
Solution:   Add a few more test. (Yegappan Lakshmanan, closes #7995)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Various code not covered by tests.
Solution:   Add a few more test. (Yegappan Lakshmanan, closes #7995)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2623: some tests fail when run as root</title>
<updated>2021-03-19T13:38:12+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-03-19T13:38:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=17709e280ac5ba234b04641cde88d38e3522cedf'/>
<id>17709e280ac5ba234b04641cde88d38e3522cedf</id>
<content type='text'>
Problem:    Some tests fail when run as root.
Solution:   Use CheckNotRoot.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Some tests fail when run as root.
Solution:   Use CheckNotRoot.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2570: tests fail when run as root</title>
<updated>2021-03-05T19:47:44+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-03-05T19:47:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f9a65505d1d93f3e67e5b8646bde3bbc44c70f7d'/>
<id>f9a65505d1d93f3e67e5b8646bde3bbc44c70f7d</id>
<content type='text'>
Problem:    Tests fail when run as root.
Solution:   Add a comment mentioning the expected failure. (issue #7919)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Tests fail when run as root.
Solution:   Add a comment mentioning the expected failure. (issue #7919)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2534: missing test coverage</title>
<updated>2021-02-20T18:21:36+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-02-20T18:21:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=a1070eae77f635f08b6f2612726b905796baaa58'/>
<id>a1070eae77f635f08b6f2612726b905796baaa58</id>
<content type='text'>
Problem:    Missing test coverage.
Solution:   Improve test coverage for completion with different encodings,
            mapset(), and term function failures. (Dominique Pellé,
            closes #7877)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Missing test coverage.
Solution:   Improve test coverage for completion with different encodings,
            mapset(), and term function failures. (Dominique Pellé,
            closes #7877)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1910: reading past the end of the command line</title>
<updated>2020-10-26T20:39:13+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-10-26T20:39:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=caf73dcfade0a435ea3f989285b43f07c40c9948'/>
<id>caf73dcfade0a435ea3f989285b43f07c40c9948</id>
<content type='text'>
Problem:    Reading past the end of the command line.
Solution:   Check for NUL. (closes #7204)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Reading past the end of the command line.
Solution:   Check for NUL. (closes #7204)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1874: can't do something just before leaving Insert mode</title>
<updated>2020-10-21T10:19:53+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-10-21T10:19:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=b53e13a91ab2fc9d52bd044715daa84972f4ce47'/>
<id>b53e13a91ab2fc9d52bd044715daa84972f4ce47</id>
<content type='text'>
Problem:    Can't do something just before leaving Insert mode.
Solution:   Add the InsertLeavePre autocommand event. (closes #7177)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Can't do something just before leaving Insert mode.
Solution:   Add the InsertLeavePre autocommand event. (closes #7177)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1842: crash when USE_FNAME_CASE is defined and using :browse</title>
<updated>2020-10-13T17:08:24+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-10-13T17:08:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=21cbe175eece17fad21d7403b00422445b587138'/>
<id>21cbe175eece17fad21d7403b00422445b587138</id>
<content type='text'>
Problem:    Crash when USE_FNAME_CASE is defined and using :browse.
Solution:   Don't use read-only memory for ".". (Yegappan Lakshmanan,
            closes #7123)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Crash when USE_FNAME_CASE is defined and using :browse.
Solution:   Don't use read-only memory for ".". (Yegappan Lakshmanan,
            closes #7123)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1793: not consistently giving the "is a directory" warning</title>
<updated>2020-10-03T15:04:37+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-10-03T15:04:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=c8fe645c198e2ca55c4e3446efbbdb9b995c63ce'/>
<id>c8fe645c198e2ca55c4e3446efbbdb9b995c63ce</id>
<content type='text'>
Problem:    Not consistently giving the "is a directory" warning.
Solution:   Adjust check for illegal file name and directory. (Yasuhiro
            Matsumoto, closes #7067)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Not consistently giving the "is a directory" warning.
Solution:   Adjust check for illegal file name and directory. (Yasuhiro
            Matsumoto, closes #7067)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1432: various inconsistencies in test files</title>
<updated>2020-08-12T16:50:36+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-08-12T16:50:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=6d91bcb4d23b5c6a0be72c384beaf385e2d9d606'/>
<id>6d91bcb4d23b5c6a0be72c384beaf385e2d9d606</id>
<content type='text'>
Problem:    Various inconsistencies in test files.
Solution:   Add modelines where they were missing.  Use Check commands instead
            of silently skipping over tests.  Adjust indents and comments.
            (Ken Takata, closes #6695)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Various inconsistencies in test files.
Solution:   Add modelines where they were missing.  Use Check commands instead
            of silently skipping over tests.  Adjust indents and comments.
            (Ken Takata, closes #6695)
</pre>
</div>
</content>
</entry>
</feed>
