aboutsummaryrefslogtreecommitdiff
path: root/vim/after/indent/make.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-24 11:06:42 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-24 11:06:42 +1200
commit5121add4a0cce5dc199559bf9c195fe12123ddc8 (patch)
tree11ce997f12edf5c4ed1cccb2f9cf8855b32559bc /vim/after/indent/make.vim
parentMerge branch 'release/v6.42.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-9ef377727399d6e3d6c6c9fd2cac116c43853710.tar.gz (sig)
dotfiles-9ef377727399d6e3d6c6c9fd2cac116c43853710.zip
Merge branch 'release/v6.43.0'v6.43.0
* release/v6.43.0: Init b:undo_indent for Makefiles
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