aboutsummaryrefslogtreecommitdiff
path: root/vim/after/syntax
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-30 15:34:39 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-30 15:34:39 +1300
commit984e4c57b4829c7a0890ab70609f31fb1162728b (patch)
tree414fff88f812f4de61c85c058b4978d76c48efad /vim/after/syntax
parentUpdate submodules (diff)
downloaddotfiles-984e4c57b4829c7a0890ab70609f31fb1162728b.tar.gz
dotfiles-984e4c57b4829c7a0890ab70609f31fb1162728b.zip
Correct a path in vim/after/syntax/sh.vim
This and the other files in the now-removed vim/after/ftdetect directory were moved to vim/ftdetect in f8af47b.
Diffstat (limited to 'vim/after/syntax')
-rw-r--r--vim/after/syntax/sh.vim5
1 files changed, 2 insertions, 3 deletions
diff --git a/vim/after/syntax/sh.vim b/vim/after/syntax/sh.vim
index e8b41ba4..b9a1a66f 100644
--- a/vim/after/syntax/sh.vim
+++ b/vim/after/syntax/sh.vim
@@ -1,8 +1,7 @@
" If g:is_posix is set, g:is_kornshell is probably set too, a strange decision
" by sh.vim. No matter; we can tease out whether this is actually a Korn shell
-" script using our own b:is_ksh flag set at the end of
-" ~/.vim/after/ftdetect/sh.vim, and if it isn't, we'll throw away the
-" highlighting groups for ksh.
+" script using our own b:is_ksh flag set at the end of ~/.vim/ftdetect/sh.vim,
+" and if it isn't, we'll throw away the highlighting groups for ksh.
if exists('g:is_posix') && exists('g:is_kornshell') && !exists('b:is_ksh')
syntax clear kshSpecialVariables
syntax clear kshStatement