aboutsummaryrefslogtreecommitdiff
path: root/vim/ftplugin/tmux.vim
blob: ecbd3e855664985351a8d2d60006e140756c4504 (plain) (blame)
1
2
3
4
5
6
7
8
9
" Only do this when not yet done for this buffer
if exists('b:did_ftplugin')
  finish
endif

" Set comment formats
setlocal comments=:#
setlocal formatoptions+=or
let b:undo_ftplugin = 'setlocal comments< formatoptions'