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.vim5
1 files changed, 2 insertions, 3 deletions
diff --git a/vim/indent/tsv.vim b/vim/indent/tsv.vim
index a38e53e8..951b3e60 100644
--- a/vim/indent/tsv.vim
+++ b/vim/indent/tsv.vim
@@ -1,6 +1,5 @@
-" Restore local indent settings to the global values
-runtime indent/_GLOBAL.vim
-
" Manual indenting and literal tabs for TSVs
setlocal noautoindent
setlocal noexpandtab
+let b:undo_user_indent
+ \ = 'setlocal autoindent< expandtab<'