vim-polyglot/ftplugin/tmux.vim
Adam Stankiewicz c69562f864
Update
2016-06-26 18:03:28 +02:00

6 lines
117 B
VimL

if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'tmux') == -1
setlocal commentstring=#\ %s
endif