diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2017-11-19 21:26:59 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2017-11-19 21:27:05 +0100 |
commit | d219055bc845253eff2b27d30a23b11b97b7ee9d (patch) | |
tree | a4586dfdbce3a304759a0c34175ee41fdede4e17 /syntax/gohtmltmpl.vim | |
parent | 0e9041f29a3288b6685aafc63d914c11fef539ba (diff) | |
download | vim-polyglot-d219055bc845253eff2b27d30a23b11b97b7ee9d.tar.gz vim-polyglot-d219055bc845253eff2b27d30a23b11b97b7ee9d.zip |
Update
Diffstat (limited to 'syntax/gohtmltmpl.vim')
-rw-r--r-- | syntax/gohtmltmpl.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/syntax/gohtmltmpl.vim b/syntax/gohtmltmpl.vim index 00432a0f..d4198417 100644 --- a/syntax/gohtmltmpl.vim +++ b/syntax/gohtmltmpl.vim @@ -4,8 +4,8 @@ if exists("b:current_syntax") finish endif -if !exists("main_syntax") - let main_syntax = 'html' +if !exists("g:main_syntax") + let g:main_syntax = 'html' endif runtime! syntax/gotexttmpl.vim |