aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-24 11:06:30 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-24 11:06:30 +1200
commit58ceb0382c44f4089132a17fa0b6618186aa3f7a (patch)
tree6ecc443d0bc9fd710325229900b71408d7244b4b /vim
parentMerge branch 'release/v6.42.0' into develop (diff)
downloaddotfiles-58ceb0382c44f4089132a17fa0b6618186aa3f7a.tar.gz
dotfiles-58ceb0382c44f4089132a17fa0b6618186aa3f7a.zip
Init b:undo_indent for Makefiles
Diffstat (limited to 'vim')
-rw-r--r--vim/after/indent/make.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/after/indent/make.vim b/vim/after/indent/make.vim
index d45487b4..116ea25c 100644
--- a/vim/after/indent/make.vim
+++ b/vim/after/indent/make.vim
@@ -1,6 +1,6 @@
" Use plain old tabs for Makefiles (of course)
setlocal noexpandtab
-let b:undo_indent .= '|setlocal expandtab<'
+let b:undo_indent = 'setlocal expandtab<'
if v:version > 703
\ || v:version == 703 && has('patch629')
setlocal shiftwidth=0