diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-12-05 16:10:42 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-12-05 16:10:42 +0100 |
commit | 9750bb199e0f171c185bd3a23591e57922765509 (patch) | |
tree | 29f641fcf96efd47db0615626dd41e418314b677 /src/testdir/Make_ming.mak | |
parent | 0f9d0869c7acd08a4dc9bb4ac84c9c7c4e9f079b (diff) | |
download | vim-git-9750bb199e0f171c185bd3a23591e57922765509.tar.gz |
updated for version 7.3.748v7.3.748
Problem: Cannot properly test conceal mode.
Solution: Add the screencol() and screenrow() functions. Use them in
test88. (Simon Ruderich)
Diffstat (limited to 'src/testdir/Make_ming.mak')
-rw-r--r-- | src/testdir/Make_ming.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/Make_ming.mak b/src/testdir/Make_ming.mak index c15042468..c7bbb540f 100644 --- a/src/testdir/Make_ming.mak +++ b/src/testdir/Make_ming.mak @@ -50,7 +50,7 @@ SCRIPTS = test3.out test4.out test5.out test6.out test7.out \ test68.out test69.out test71.out test72.out test73.out \ test74.out test75.out test76.out test77.out test78.out \ test79.out test80.out test81.out test82.out test83.out \ - test84.out test85.out test86.out test87.out + test84.out test85.out test86.out test87.out test88.out SCRIPTS32 = test50.out test70.out |