diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-07-30 14:05:00 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-07-30 14:05:00 +0200 |
commit | 23fb7a995534f45a497761461d487e38cc1067f7 (patch) | |
tree | a4a90fb0edf1243cbd55b9e9f8fd222b30c730a3 /src/testdir/Make_dos.mak | |
parent | 278eb5820dbc486123df4b60cc116c7212f14a01 (diff) | |
download | vim-23fb7a995534f45a497761461d487e38cc1067f7.zip |
updated for version 7.4.386
Problem: When splitting a window the changelist position is wrong.
Solution: Copy the changelist position. (Jacob Niehus)
Diffstat (limited to 'src/testdir/Make_dos.mak')
-rw-r--r-- | src/testdir/Make_dos.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_dos.mak b/src/testdir/Make_dos.mak index 86176ae48..bd727b8eb 100644 --- a/src/testdir/Make_dos.mak +++ b/src/testdir/Make_dos.mak @@ -40,6 +40,7 @@ SCRIPTS = test3.out test4.out test5.out test6.out test7.out \ test_listlbr.out \ test_listlbr_utf8.out \ test_qf_title.out \ + test_changelist.out \ test_eval.out \ test_options.out |