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.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/indent/tsv.vim b/vim/indent/tsv.vim
index 951b3e60..759602ed 100644
--- a/vim/indent/tsv.vim
+++ b/vim/indent/tsv.vim
@@ -1,5 +1,7 @@
" Manual indenting and literal tabs for TSVs
setlocal noautoindent
setlocal noexpandtab
+
+" Unload this indent plugin
let b:undo_user_indent
\ = 'setlocal autoindent< expandtab<'