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_amiga.mak | |
parent | 958636c40619a9f8c3d10e9f76a7f634dd11d13b (diff) | |
download | vim-git-482a2b5c9d53fa7ae44a64bbbfa0bae868cbe4a0.tar.gz |
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/Make_amiga.mak')
-rw-r--r-- | src/testdir/Make_amiga.mak | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testdir/Make_amiga.mak b/src/testdir/Make_amiga.mak index c0df2c1b5..58316fc7f 100644 --- a/src/testdir/Make_amiga.mak +++ b/src/testdir/Make_amiga.mak @@ -46,6 +46,7 @@ SCRIPTS = test1.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 .SUFFIXES: .in .out @@ -179,4 +180,5 @@ test_listlbr.out: test_listlbr.in test_listlbr_utf8.out: test_listlbr_utf8.in test_options.out: test_options.in test_qf_title.out: test_qf_title.in +test_signs.out: test_signs.in test_utf8.out: test_utf8.in |