aboutsummaryrefslogtreecommitdiff
path: root/vim/after/indent/make.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/after/indent/make.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