diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-11-08 04:30:20 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-11-08 04:30:20 +0100 |
commit | 8050efa07d7a66e8e2e88253d079a106a7f2601a (patch) | |
tree | 237a229f5815f2a54523b6122691b52dd2d0cadb /src/testdir/Make_os2.mak | |
parent | e5878f4be9f0cb6719220fa17f113fa24b1f3039 (diff) | |
download | vim-git-8050efa07d7a66e8e2e88253d079a106a7f2601a.tar.gz |
updated for version 7.4.079v7.4.079
Problem: A script cannot detect whether 'hlsearch' highlighting is actually
displayed.
Solution: Add the "v:hlsearch" variable. (ZyX)
Diffstat (limited to 'src/testdir/Make_os2.mak')
-rw-r--r-- | src/testdir/Make_os2.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/Make_os2.mak b/src/testdir/Make_os2.mak index acb7bd76b..823a706fa 100644 --- a/src/testdir/Make_os2.mak +++ b/src/testdir/Make_os2.mak @@ -35,7 +35,7 @@ SCRIPTS = test1.out test3.out test4.out test5.out test6.out \ test81.out test82.out test83.out test84.out test88.out \ test89.out test90.out test91.out test92.out test93.out \ test94.out test95.out test96.out test98.out test99.out \ - test100.out + test100.out test101.out .SUFFIXES: .in .out |