summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/extensions.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/extensions.vim b/tests/extensions.vim
index 6492e1ac..f6606532 100644
--- a/tests/extensions.vim
+++ b/tests/extensions.vim
@@ -30,6 +30,7 @@ call TestExtension("sh", "bash3", "#! /bin/bash2.3")
call TestExtension("sh", "bash4", "#!/usr/bin/env bash")
call TestExtension("sh", "bash6", "#!/usr/bin/env -i -=split-string foo=bar bash -l foo")
call TestExtension("sh", "bash1", "#!/bin/bash")
+" This is defined only by vim-native scripts.vim for now
call TestExtension("sh", "bash7", ":")
" Vim help file