6 lines
117 B
VimL
Raw Normal View History

2016-06-26 18:03:28 +02:00
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'tmux') == -1
setlocal commentstring=#\ %s
endif