Skip to content

Commit

Permalink
Update commentstring.
Browse files Browse the repository at this point in the history
Fixes #38.
  • Loading branch information
lifepillar committed Sep 3, 2020
1 parent c4335e3 commit 493379f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftplugin/colortemplate.vim
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if get(g:, 'colortemplate_rtp', 1)
execute 'set runtimepath^='.b:colortemplate_outdir
endif

setlocal commentstring=#%s
setlocal commentstring=;%s
setlocal omnifunc=syntaxcomplete#Complete

if !get(g:, 'colortemplate_no_mappings', get(g:, 'no_plugin_maps', 0))
Expand Down

0 comments on commit 493379f

Please sign in to comment.