summaryrefslogtreecommitdiffstats
path: root/syntax/gotexttmpl.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/gotexttmpl.vim')
-rw-r--r--syntax/gotexttmpl.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/syntax/gotexttmpl.vim b/syntax/gotexttmpl.vim
index 1e733988..0b8987c0 100644
--- a/syntax/gotexttmpl.vim
+++ b/syntax/gotexttmpl.vim
@@ -8,7 +8,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'go') == -1
" Quit when a (custom) syntax file was already loaded
if exists("b:current_syntax")
- finish
+ finish
endif
syn case match
@@ -84,6 +84,6 @@ hi def link goTplComment Comment
let b:current_syntax = "gotexttmpl"
-" vim:ts=4:sw=4:et
+" vim: sw=2 ts=2 et
endif