aboutsummaryrefslogtreecommitdiff
path: root/vim/after/indent/make.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-07 01:19:11 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-07 01:19:11 +1200
commitd75adbfca0bb19256b70f3db4544bd64e5faa58b (patch)
tree9d8b0e139d2f83cbda10656cb323e6a40a24bf15 /vim/after/indent/make.vim
parentMerge branch 'release/v5.19.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-ca3b8f87d3cf307c05ed1a24fbc4b8e73e87a526.tar.gz (sig)
dotfiles-ca3b8f87d3cf307c05ed1a24fbc4b8e73e87a526.zip
Merge branch 'release/v5.20.0'v5.20.0
* release/v5.20.0: Update vikm-quickfix-auto-open to v2.0.1 Define :Boilerplate command for Perl, no <silent> Use shorter :map commands for diff/mail para nav Adjust quoting in mail greeting match Add a couple of abbreviations Adjust layout of another line Strip trailing-double-slashes for dir creates Create cache directories as needed with function Let's give 'showmatch' another try Adjust layout of longer :set+= path lines Add a 'dictionary' path Correct 'shiftwidth' value in Makefiles Add Makefile target to install free thesaurus Adjust use of part addenda to *dir options
Diffstat (limited to 'vim/after/indent/make.vim')
-rw-r--r--vim/after/indent/make.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/after/indent/make.vim b/vim/after/indent/make.vim
new file mode 100644
index 00000000..341cd7f6
--- /dev/null
+++ b/vim/after/indent/make.vim
@@ -0,0 +1,4 @@
+" Use 'tabstop' (8 columns, a full tab) for indent operations in Makefiles.
+" It seems odd that the stock plugin doesn't force this on its own.
+setlocal shiftwidth=0
+let b:undo_indent = 'setlocal shiftwidth<'