aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-11-01 20:27:24 -0400
committerTim Harder <radhermit@gentoo.org>2014-11-01 20:27:24 -0400
commit441b29c072820e77106e0239de3b5687486b6341 (patch)
tree78dccec19dbbdda4584735de770eb93095b632e8 /syntax/glep.vim
parentadd myself to the authors list (diff)
downloadgentoo-syntax-441b29c072820e77106e0239de3b5687486b6341.tar.gz
gentoo-syntax-441b29c072820e77106e0239de3b5687486b6341.tar.bz2
gentoo-syntax-441b29c072820e77106e0239de3b5687486b6341.zip
whitespace consistency cleanup
Diffstat (limited to 'syntax/glep.vim')
-rw-r--r--syntax/glep.vim3
1 files changed, 1 insertions, 2 deletions
diff --git a/syntax/glep.vim b/syntax/glep.vim
index 021e02c..cb2b1e7 100644
--- a/syntax/glep.vim
+++ b/syntax/glep.vim
@@ -13,7 +13,7 @@ if &compatible || v:version < 603
endif
if exists("b:current_syntax")
- finish
+ finish
endif
runtime! syntax/rst.vim
@@ -58,4 +58,3 @@ hi link glepHeaderCVSVar PreProc
hi link glepTODO Todo
let b:current_syntax = "glep"
-