vim-polyglot/ftplugin/tmux.vim

6 lines
117 B
VimL
Raw Normal View History

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