summaryrefslogtreecommitdiffstats
path: root/ftplugin/tmux.vim
blob: fa2ae5878c55b7d18374d64e6e4c70c423c07274 (plain) (blame)
1
2
3
4
5
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'tmux') == -1
  
setlocal commentstring=#\ %s

endif