diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-02-20 21:12:10 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-02-20 21:12:10 +0100 |
commit | 63dbda1caa88042c88d46ad139c99def2e8b80ca (patch) | |
tree | 175eef7590e203d3cc779bfb5b104d88bea1d647 /src/testdir/Make_os2.mak | |
parent | 558ddad8e836e0c6597c27eccc35275e7b4c4e6a (diff) | |
download | vim-git-63dbda1caa88042c88d46ad139c99def2e8b80ca.tar.gz |
updated for version 7.3.831v7.3.831
Problem: Clumsy to handle the situation that a variable does not exist.
Solution: Add default value to getbufvar() et al. (Shougo Matsushita,
Hirohito Higashi)
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 2f46a415a..bddfd5ec9 100644 --- a/src/testdir/Make_os2.mak +++ b/src/testdir/Make_os2.mak @@ -32,7 +32,7 @@ SCRIPTS = test1.out test3.out test4.out test5.out test6.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 test88.out \ - test89.out test90.out + test89.out test90.out test91.out .SUFFIXES: .in .out |