diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-10-21 20:57:15 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-10-21 20:57:15 +0200 |
commit | 482a2b5c9d53fa7ae44a64bbbfa0bae868cbe4a0 (patch) | |
tree | 2111ced8150aaec28ad6434cec217d9df294f52f /src/testdir/Make_dos.mak | |
parent | 958636c40619a9f8c3d10e9f76a7f634dd11d13b (diff) | |
download | vim-482a2b5c9d53fa7ae44a64bbbfa0bae868cbe4a0.zip |
updated for version 7.4.487
Problem: ":sign jump" may use another window even though the file is
already edited in the current window.
Solution: First check if the file is in the current window. (James McCoy)
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 91500439f..abcabce03 100644 --- a/src/testdir/Make_dos.mak +++ b/src/testdir/Make_dos.mak @@ -45,6 +45,7 @@ SCRIPTS = test3.out test4.out test5.out test6.out test7.out \ test_mapping.out \ test_options.out \ test_qf_title.out \ + test_signs.out \ test_utf8.out SCRIPTS32 = test50.out test70.out |