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

" No autoformatting for TSVs
setlocal formatoptions=
let b:undo_ftplugin = 'setlocal formatoptions<'