aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_escaped_glob.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/testdir/test_escaped_glob.vim')
-rw-r--r--src/nvim/testdir/test_escaped_glob.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_escaped_glob.vim b/src/nvim/testdir/test_escaped_glob.vim
index aad3a1e835..2bfd82c296 100644
--- a/src/nvim/testdir/test_escaped_glob.vim
+++ b/src/nvim/testdir/test_escaped_glob.vim
@@ -17,7 +17,7 @@ function Test_glob()
" Setting 'shell' to an invalid name causes a memory leak.
sandbox call assert_equal("", glob('Xxx\{'))
sandbox call assert_equal("", glob('Xxx\$'))
- w! Xxx{
+ w! Xxx\{
" } to fix highlighting
w! Xxx\$
sandbox call assert_equal("Xxx{", glob('Xxx\{'))