aboutsummaryrefslogtreecommitdiff
path: root/vim/indent/csv.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-31 09:23:59 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-31 09:23:59 +1300
commit974cd4c363f5a1c5116800f31e11f0e57ca6855b (patch)
treea012424dace0b8c28a500f2e053d63ddd854b989 /vim/indent/csv.vim
parentUse clunkier, more compatible indent option reset (diff)
downloaddotfiles-974cd4c363f5a1c5116800f31e11f0e57ca6855b.tar.gz
dotfiles-974cd4c363f5a1c5116800f31e11f0e57ca6855b.zip
Reload indent global defaults before each filetype
Just to be comprehensive, reinstate the global defaults for all the indenting options via the indent/_GLOBAL.vim stub each time the filetype is changed.
Diffstat (limited to 'vim/indent/csv.vim')
-rw-r--r--vim/indent/csv.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/indent/csv.vim b/vim/indent/csv.vim
index 3d78df97..8f98d915 100644
--- a/vim/indent/csv.vim
+++ b/vim/indent/csv.vim
@@ -1,3 +1,6 @@
+" Restore local indent settings to the global values
+runtime indent/_GLOBAL.vim
+
" Manual indenting and literal tabs for CSVs
setlocal noautoindent
setlocal noexpandtab