summaryrefslogtreecommitdiffstats
path: root/syntax/spec.vim
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2011-09-15 12:16:21 -0400
committerWill Woods <wwoods@redhat.com>2011-09-15 12:16:21 -0400
commit3722e74b2c37667e10da9be82153cae432008947 (patch)
treeacb3718b55032ff7dcaa1f5a1135561b76c60fab /syntax/spec.vim
parent076c115f48be5efaee9503d787320d2d115273fa (diff)
downloadvim-scripts-3722e74b2c37667e10da9be82153cae432008947.tar.gz
vim-scripts-3722e74b2c37667e10da9be82153cae432008947.tar.xz
vim-scripts-3722e74b2c37667e10da9be82153cae432008947.zip
whitespace cleanup
Diffstat (limited to 'syntax/spec.vim')
-rw-r--r--syntax/spec.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/spec.vim b/syntax/spec.vim
index 974e1f8..86172ce 100644
--- a/syntax/spec.vim
+++ b/syntax/spec.vim
@@ -18,7 +18,7 @@ syn sync minlines=1000 " kinda dumb but specfiles are never *that* long
" include sh for the script regions
let b:is_bash=1
syntax include @Shell syntax/sh.vim
-unlet b:current_syntax
+unlet b:current_syntax
" comments
syn region specComment start=/^\s*#/ end=/$/ contains=specTodo