summaryrefslogtreecommitdiffstats
path: root/syntax/godebugstacktrace.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--syntax/godebugstacktrace.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/godebugstacktrace.vim b/syntax/godebugstacktrace.vim
index e803fcf3..2568100d 100644
--- a/syntax/godebugstacktrace.vim
+++ b/syntax/godebugstacktrace.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'go') == -1
+
if exists("b:current_syntax")
finish
endif
@@ -10,4 +11,5 @@ let b:current_syntax = "godebugoutput"
hi def link godebugStacktrace SpecialKey
" vim: sw=2 ts=2 et
+
endif