summaryrefslogtreecommitdiff
path: root/src/testdir/test97.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/test97.in')
-rw-r--r--src/testdir/test97.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testdir/test97.in b/src/testdir/test97.in
index c25176b07..d4ff6d929 100644
--- a/src/testdir/test97.in
+++ b/src/testdir/test97.in
@@ -3,7 +3,10 @@ characters.
STARTTEST
:so small.vim
+:" make sure glob() doesn't use the shell
:set shell=doesnotexist
+:" consistent sorting of file names
+:set nofileignorecase
:e test.out
:$put =glob('Xxx\{')
:$put =glob('Xxx\$')