<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/testdir/test_diffmode.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.2973: fix for recovery and diff mode not tested</title>
<updated>2021-06-10T19:52:15+00:00</updated>
<author>
<name>Yegappan Lakshmanan</name>
<email>yegappan@yahoo.com</email>
</author>
<published>2021-06-10T19:52:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=3044324e8dccd470bd854cf7d9457232cc9c220e'/>
<id>3044324e8dccd470bd854cf7d9457232cc9c220e</id>
<content type='text'>
Problem:    Fix for recovery and diff mode not tested.
Solution:   Add a few more tests. (Yegappan Lakshmanan, closes #8352)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Fix for recovery and diff mode not tested.
Solution:   Add a few more tests. (Yegappan Lakshmanan, closes #8352)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2880: unified diff fails if actually used</title>
<updated>2021-05-24T12:20:53+00:00</updated>
<author>
<name>glacambre</name>
<email>code@lacamb.re</email>
</author>
<published>2021-05-24T12:20:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ad5c178a191cf2cf37a27c2a789d7afda3879831'/>
<id>ad5c178a191cf2cf37a27c2a789d7afda3879831</id>
<content type='text'>
Problem:    Unified diff fails if actually used.
Solution:   Invoke :diffupdate in the test.  Fix the check for working external
            diff. (Ghjuvan Lacambre, Christian Brabandt, closes #8197)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Unified diff fails if actually used.
Solution:   Invoke :diffupdate in the test.  Fix the check for working external
            diff. (Ghjuvan Lacambre, Christian Brabandt, closes #8197)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2869: using unified diff is not tested</title>
<updated>2021-05-18T17:19:03+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-05-18T17:19:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=485b62710004431a16feb4eb861365d082304a08'/>
<id>485b62710004431a16feb4eb861365d082304a08</id>
<content type='text'>
Problem:    Using unified diff is not tested.
Solution:   Test all cases also with unified diff. (issue #8197)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using unified diff is not tested.
Solution:   Test all cases also with unified diff. (issue #8197)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2490: 'wrap' option is always reset when starting diff mode</title>
<updated>2021-02-10T12:18:17+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-02-10T12:18:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=4223d43c0fb6ead1e611e4469a1680a9228b6015'/>
<id>4223d43c0fb6ead1e611e4469a1680a9228b6015</id>
<content type='text'>
Problem:    'wrap' option is always reset when starting diff mode.
Solution:   Add the "followwrap" item in 'diffopt'. (Rick Howe, closes #7797)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    'wrap' option is always reset when starting diff mode.
Solution:   Add the "followwrap" item in 'diffopt'. (Rick Howe, closes #7797)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2060: check for features implemented with "if"</title>
<updated>2020-11-27T18:13:28+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-11-27T18:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=aeb313f355cd67638e3c611354ce401d86f56afe'/>
<id>aeb313f355cd67638e3c611354ce401d86f56afe</id>
<content type='text'>
Problem:    Check for features implemented with "if".
Solution:   Use the Check commands. (Ken Takata, closes #7383)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Check for features implemented with "if".
Solution:   Use the Check commands. (Ken Takata, closes #7383)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1957: diff and cursorcolumn highlighting don't mix</title>
<updated>2020-11-05T18:07:21+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-11-05T18:07:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=fabc3ca896751277f18a3a68e5661179728db3ad'/>
<id>fabc3ca896751277f18a3a68e5661179728db3ad</id>
<content type='text'>
Problem:    Diff and cursorcolumn highlighting don't mix.
Solution:   Fix condition for what attribute to use. (Christian Brabandt,
            closes #7258, closes #7260)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Diff and cursorcolumn highlighting don't mix.
Solution:   Fix condition for what attribute to use. (Christian Brabandt,
            closes #7258, closes #7260)
</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>
<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>
</feed>
