diff options
Diffstat (limited to 'indent/gohtmltmpl.vim')
-rw-r--r-- | indent/gohtmltmpl.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/gohtmltmpl.vim b/indent/gohtmltmpl.vim index 93543339..c29f4e47 100644 --- a/indent/gohtmltmpl.vim +++ b/indent/gohtmltmpl.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'go') +if has_key(g:polyglot_is_disabled, 'go') finish endif |