diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-04-02 19:55:10 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-04-02 19:55:10 +0200 |
commit | b7cb42bc3878fcb62ed407f47f0a2cc960aa7c1e (patch) | |
tree | 5106cbff25dbcf19891a33f658aac198f1e85137 /src/testdir/Make_os2.mak | |
parent | 41571769c9a236fd07b333a5eb98c461636b466c (diff) | |
download | vim-git-b7cb42bc3878fcb62ed407f47f0a2cc960aa7c1e.tar.gz |
updated for version 7.4.242v7.4.242
Problem: getreg() does not distinguish between a NL used for a line break
and a NL used for a NUL character.
Solution: Add another argument to return a list. (ZyX)
Diffstat (limited to 'src/testdir/Make_os2.mak')
-rw-r--r-- | src/testdir/Make_os2.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_os2.mak b/src/testdir/Make_os2.mak index a6ba86a9a..a84ade6ff 100644 --- a/src/testdir/Make_os2.mak +++ b/src/testdir/Make_os2.mak @@ -37,6 +37,7 @@ SCRIPTS = test1.out test3.out test4.out test5.out test6.out \ test94.out test95.out test96.out test98.out test99.out \ test100.out test101.out test102.out test103.out test104.out \ test105.out test106.out \ + test_eval.out \ test_options.out .SUFFIXES: .in .out |