aboutsummaryrefslogtreecommitdiff
path: root/vim/ftplugin/tsv.vim
blob: c8937bba0e1625483f9a194e842007064f28d0ac (plain) (blame)
1
2
3
4
5
if exists('b:did_ftplugin')
  finish
endif
setlocal formatoptions=
let b:undo_ftplugin = 'setlocal formatoptions<'