summaryrefslogtreecommitdiff
path: root/src/testdir/test91.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/test91.in')
-rw-r--r--src/testdir/test91.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/testdir/test91.in b/src/testdir/test91.in
index b66776b1e..e1365cb74 100644
--- a/src/testdir/test91.in
+++ b/src/testdir/test91.in
@@ -5,8 +5,12 @@ STARTTEST
:so small.vim
:so mbyte.vim
:"
-:" Test for getbufvar()
:" Use strings to test for memory leaks.
+:" First, check that in an empty window, gettabvar() returns the correct value
+:let t:testvar='abcd'
+:$put =string(gettabvar(1,'testvar'))
+:$put =string(gettabvar(1,'testvar'))
+:" Test for getbufvar()
:let b:var_num = '1234'
:let def_num = '5678'
:$put =string(getbufvar(1, 'var_num'))