aboutsummaryrefslogtreecommitdiff
path: root/vim/ftplugin/tsv.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/ftplugin/tsv.vim')
-rw-r--r--vim/ftplugin/tsv.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/ftplugin/tsv.vim b/vim/ftplugin/tsv.vim
index c8937bba..d98386a6 100644
--- a/vim/ftplugin/tsv.vim
+++ b/vim/ftplugin/tsv.vim
@@ -1,5 +1,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<'