aboutsummaryrefslogtreecommitdiff
path: root/vim/indent/tsv.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/indent/tsv.vim')
-rw-r--r--vim/indent/tsv.vim13
1 files changed, 2 insertions, 11 deletions
diff --git a/vim/indent/tsv.vim b/vim/indent/tsv.vim
index adbde97d..ae72397c 100644
--- a/vim/indent/tsv.vim
+++ b/vim/indent/tsv.vim
@@ -1,11 +1,2 @@
-" Only do this when not done yet for this buffer
-if exists('b:did_indent')
- finish
-endif
-let b:did_indent = 1
-
-" Manual indenting and literal tabs for TSVs
-setlocal noautoindent
-setlocal noexpandtab
-setlocal softtabstop=0
-let b:undo_indent = 'setlocal autoindent< expandtab< softtabstop<'
+" TSVs have the same indent options as CSVs
+runtime! indent/csv.vim