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.vim13
1 files changed, 2 insertions, 11 deletions
diff --git a/vim/ftplugin/tsv.vim b/vim/ftplugin/tsv.vim
index 162da402..f78da35f 100644
--- a/vim/ftplugin/tsv.vim
+++ b/vim/ftplugin/tsv.vim
@@ -1,11 +1,2 @@
-" Only do this when not yet done for this buffer
-if exists('b:did_ftplugin')
- finish
-endif
-let b:did_ftplugin = 1
-
-" No autoformatting, literal tabs
-setlocal noautoindent
-setlocal noexpandtab
-setlocal formatoptions=
-let b:undo_ftplugin = 'setlocal autoindent< expandtab< formatoptions<'
+" TSVs have the same filetype options as CSVs
+runtime! ftplugin/csv.vim