aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-01 09:42:27 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-01 09:42:27 +1300
commit639377618b820f48c2e7e397a4b0267afaaa450e (patch)
treec1e4d0244b1a2da20f5edb13161227ab88640817 /vim
parentMerge branch 'hotfix/v0.2.1' (diff)
parentBump version number to 0.3.0 (diff)
downloaddotfiles-0.3.0.tar.gz (sig)
dotfiles-0.3.0.zip
Merge branch 'release/v0.3.0'v0.3.0
* release/v0.3.0: Bump version number to 0.3.0 Add dfv(1df) version-printing tool Correct variable name in comment Remove extraneous spacing between words
Diffstat (limited to 'vim')
-rw-r--r--vim/after/syntax/html.vim2
-rw-r--r--vim/after/syntax/sh.vim5
2 files changed, 3 insertions, 4 deletions
diff --git a/vim/after/syntax/html.vim b/vim/after/syntax/html.vim
index 80012114..d476ec2c 100644
--- a/vim/after/syntax/html.vim
+++ b/vim/after/syntax/html.vim
@@ -1,3 +1,3 @@
" Make HTML highlighting a bit less visually noisy
-highlight! link htmlTag Type
+highlight! link htmlTag Type
highlight! link htmlEndTag htmlTag
diff --git a/vim/after/syntax/sh.vim b/vim/after/syntax/sh.vim
index 9da1095d..d07f4cff 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_kornshell_proper flag set at the end of
-" ~/.vim/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_kornshell') && !exists('b:is_ksh')
syntax clear kshSpecialVariables
syntax clear kshStatement