diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-09-25 16:00:00 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-09-25 16:00:00 +0000 |
commit | 9d2c8c1a66c2f354f06065d8261ac87e6c407097 (patch) | |
tree | 6dfee2d9b0bb5a1baa1f69bbf761c53f658e4a14 /src/testdir/test47.in | |
parent | 719939c888fe583419eec652a7cc71172bf3afb1 (diff) | |
download | vim-git-9d2c8c1a66c2f354f06065d8261ac87e6c407097.tar.gz |
updated for version 7.1-120v7.1.120
Diffstat (limited to 'src/testdir/test47.in')
-rw-r--r-- | src/testdir/test47.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test47.in b/src/testdir/test47.in index 35bb9f260..d8384de78 100644 --- a/src/testdir/test47.in +++ b/src/testdir/test47.in @@ -34,6 +34,7 @@ j:let three = three . "-" . winline() :call append("$", two) :call append("$", three) :$-2,$w! test.out +:unlet one two three :qa! ENDTEST |