Bram Moolenaar
|
f58a8475e1
|
patch 8.0.0421: diff mode wrong when adding line at end of buffer
Problem: Diff mode is displayed wrong when adding a line at the end of a
buffer.
Solution: Adjust marks in diff mode. (James McCoy, closes #1329)
|
2017-03-05 18:03:04 +01:00 |
|
Bram Moolenaar
|
aeb661e1f4
|
patch 8.0.0381: diff mode is not sufficiently tested
Problem: Diff mode is not sufficiently tested.
Solution: Add more diff mode tests. (Dominique Pelle, closes #1515)
|
2017-02-26 19:59:59 +01:00 |
|
Bram Moolenaar
|
25ea054458
|
patch 8.0.0300: cannot stop diffing hidden buffers
Problem: Cannot stop diffing hidden buffers. (Daniel Hahler)
Solution: When using :diffoff! make the whole list if diffed buffers empty.
(closes #736)
|
2017-02-03 23:16:28 +01:00 |
|
Bram Moolenaar
|
025e3e0baf
|
patch 8.0.0044
Problem: In diff mode the cursor may end up below the last line, resulting
in an ml_get error.
Solution: Check the line to be valid.
|
2016-10-18 14:50:18 +02:00 |
|
Bram Moolenaar
|
e67d546f3c
|
patch 7.4.2275
Problem: ":diffoff!" does not remove filler lines.
Solution: Force a redraw and invalidate the cursor. (closes #1014)
|
2016-08-27 22:40:42 +02:00 |
|
Bram Moolenaar
|
90d121fa36
|
patch 7.4.2126
Problem: No tests for :diffget and :diffput
Solution: Add tests.
|
2016-07-30 19:11:25 +02:00 |
|
Bram Moolenaar
|
623cf88f9c
|
patch 7.4.2124
Problem: diffmode test leaves files behind, breaking another test.
Solution: Delete the files.
|
2016-07-30 16:36:01 +02:00 |
|
Bram Moolenaar
|
42093c0ec5
|
patch 7.4.2123
Problem: No new style test for diff mode.
Solution: Add a test. Check that folds are in sync.
|
2016-07-30 16:16:54 +02:00 |
|