summaryrefslogtreecommitdiff
path: root/src/testdir/test62.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/test62.in')
-rw-r--r--src/testdir/test62.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testdir/test62.in b/src/testdir/test62.in
index e507c6a6b..83def27c3 100644
--- a/src/testdir/test62.in
+++ b/src/testdir/test62.in
@@ -7,6 +7,7 @@ STARTTEST
:let nr = tabpagenr()
:q
:call append(line('$'), 'tab page ' . nr)
+:unlet nr
:"
:" Open three tab pages and use ":tabdo"
:0tabnew
@@ -23,6 +24,7 @@ STARTTEST
:q!
:call append(line('$'), line1)
:call append(line('$'), line2)
+:unlet line1 line2
:"
:"
:/^Results/,$w! test.out