<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/testdir/test_diffmode.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.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>
<entry>
<title>patch 8.2.1211: removed more than dead code</title>
<updated>2020-07-14T19:22:30+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-07-14T19:22:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=8455c5ed31c9cb2919f5e62693bab6b09bf60df2'/>
<id>8455c5ed31c9cb2919f5e62693bab6b09bf60df2</id>
<content type='text'>
Problem:    Removed more than dead code.
Solution:   Put back the decrement.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Removed more than dead code.
Solution:   Put back the decrement.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1058: multiline conceal causes display errors</title>
<updated>2020-06-25T20:23:48+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-06-25T20:23:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=fc838d6cb0f22c77a6ee2befd034b593e1c5ea06'/>
<id>fc838d6cb0f22c77a6ee2befd034b593e1c5ea06</id>
<content type='text'>
Problem:    Multiline conceal causes display errors.
Solution:   Do not allow conceal cross over EOL. (closes #6326, closes #4854,
            closes #6302)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Multiline conceal causes display errors.
Solution:   Do not allow conceal cross over EOL. (closes #6326, closes #4854,
            closes #6302)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1004: line numbers below filler lines not always updated</title>
<updated>2020-06-18T17:15:27+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-06-18T17:15:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=511feec6f0a9e954f1d7353425fa51232b1a8e88'/>
<id>511feec6f0a9e954f1d7353425fa51232b1a8e88</id>
<content type='text'>
Problem:    Line numbers below filler lines not always updated.
Solution:   Don't break out of the win_line() loop too early. (Christian
            Brabandt, closes #6294, closes #6138)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Line numbers below filler lines not always updated.
Solution:   Don't break out of the win_line() loop too early. (Christian
            Brabandt, closes #6294, closes #6138)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0533: tests using term_wait() can still be flaky</title>
<updated>2020-04-08T19:50:25+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-04-08T19:50:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=6a2c5a7dd5c9215cc030d5ea6e4616d782c091dd'/>
<id>6a2c5a7dd5c9215cc030d5ea6e4616d782c091dd</id>
<content type='text'>
Problem:    Tests using term_wait() can still be flaky.
Solution:   Increase the wait time when rerunning a test. (James McCoy,
            closes #5899)  Halve the initial times to make tests run faster
            when there is no rerun.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Tests using term_wait() can still be flaky.
Solution:   Increase the wait time when rerunning a test. (James McCoy,
            closes #5899)  Halve the initial times to make tests run faster
            when there is no rerun.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0401: not enough test coverage for evalvars.c</title>
<updated>2020-03-18T18:32:26+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-03-18T18:32:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=8dfcce3a78ccb520cc9d09081f998091494c50bf'/>
<id>8dfcce3a78ccb520cc9d09081f998091494c50bf</id>
<content type='text'>
Problem:    Not enough test coverage for evalvars.c.
Solution:   Add more tests. (Yegappan Lakshmanan, closes #5804)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Not enough test coverage for evalvars.c.
Solution:   Add more tests. (Yegappan Lakshmanan, closes #5804)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0064: diffmode completion doesn't use per-window setting</title>
<updated>2019-12-30T20:59:03+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-12-30T20:59:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=efcc329020ef089267f5f3994b8544eb58806311'/>
<id>efcc329020ef089267f5f3994b8544eb58806311</id>
<content type='text'>
Problem:    Diffmode completion doesn't use per-window setting.
Solution:   Check if a window is in diff mode. (Dominique Pell, closes #5419)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Diffmode completion doesn't use per-window setting.
Solution:   Check if a window is in diff mode. (Dominique Pell, closes #5419)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0054: :diffget and :diffput don't have good completion</title>
<updated>2019-12-29T12:56:33+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-12-29T12:56:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ae7dba896975051a3f0b7123faa08dac5635972d'/>
<id>ae7dba896975051a3f0b7123faa08dac5635972d</id>
<content type='text'>
Problem:    :diffget and :diffput don't have good completion.
Solution:   Add proper completion. (Dominique Pelle, closes #5409)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    :diffget and :diffput don't have good completion.
Solution:   Add proper completion. (Dominique Pelle, closes #5409)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.2302: :lockmarks does not work for '[ and ']</title>
<updated>2019-11-16T12:50:25+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-11-16T12:50:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f4a1d1c0542df151bc59ac3b798ed198b5c71ccc'/>
<id>f4a1d1c0542df151bc59ac3b798ed198b5c71ccc</id>
<content type='text'>
Problem:    :lockmarks does not work for '[ and '].
Solution:   save and restore '[ and '] marks. (James McCoy, closes #5222)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    :lockmarks does not work for '[ and '].
Solution:   save and restore '[ and '] marks. (James McCoy, closes #5222)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.2289: after :diffsplit closing the window does not disable diff</title>
<updated>2019-11-10T20:00:27+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-11-10T20:00:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=c8234779790dd873acb88331c50988adf94cc383'/>
<id>c8234779790dd873acb88331c50988adf94cc383</id>
<content type='text'>
Problem:    After :diffsplit closing the window does not disable diff.
Solution:   Add "closeoff" to 'diffopt' and add it to the default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    After :diffsplit closing the window does not disable diff.
Solution:   Add "closeoff" to 'diffopt' and add it to the default.
</pre>
</div>
</content>
</entry>
</feed>
