summaryrefslogtreecommitdiff
path: root/src/testdir/test_diffmode.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.0300: cannot stop diffing hidden buffersv8.0.0300Bram Moolenaar2017-02-031-0/+37
| | | | | | Problem: Cannot stop diffing hidden buffers. (Daniel Hahler) Solution: When using :diffoff! make the whole list if diffed buffers empty. (closes #736)
* patch 8.0.0044v8.0.0044Bram Moolenaar2016-10-181-0/+17
| | | | | | 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.
* patch 7.4.2275v7.4.2275Bram Moolenaar2016-08-271-0/+16
| | | | | Problem: ":diffoff!" does not remove filler lines. Solution: Force a redraw and invalidate the cursor. (closes #1014)
* patch 7.4.2126v7.4.2126Bram Moolenaar2016-07-301-1/+38
| | | | | Problem: No tests for :diffget and :diffput Solution: Add tests.
* patch 7.4.2124v7.4.2124Bram Moolenaar2016-07-301-0/+2
| | | | | Problem: diffmode test leaves files behind, breaking another test. Solution: Delete the files.
* patch 7.4.2123v7.4.2123Bram Moolenaar2016-07-301-0/+165
Problem: No new style test for diff mode. Solution: Add a test. Check that folds are in sync.