summaryrefslogtreecommitdiffstats
path: root/src/testdir/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-10-21 20:57:15 +0200
committerBram Moolenaar <Bram@vim.org>2014-10-21 20:57:15 +0200
commit482a2b5c9d53fa7ae44a64bbbfa0bae868cbe4a0 (patch)
tree2111ced8150aaec28ad6434cec217d9df294f52f /src/testdir/Makefile
parent958636c40619a9f8c3d10e9f76a7f634dd11d13b (diff)
updated for version 7.4.487v7.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/Makefile')
-rw-r--r--src/testdir/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Makefile b/src/testdir/Makefile
index 41f25cfbd1..6b3bf9b7e1 100644
--- a/src/testdir/Makefile
+++ b/src/testdir/Makefile
@@ -43,6 +43,7 @@ SCRIPTS = test1.out test2.out test3.out test4.out test5.out test6.out \
test_mapping.out \
test_options.out \
test_qf_title.out \
+ test_signs.out \
test_utf8.out
SCRIPTS_GUI = test16.out