aboutsummaryrefslogtreecommitdiff
path: root/vim/macros/indent/spaces/2.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-12-18 17:31:08 +1300
committerTom Ryder <tom@sanctum.geek.nz>2019-12-18 17:31:08 +1300
commit5536bbccd0917e554c283b73b420c2905df28efe (patch)
tree0a8d2814c50ec7a68505c175d3fa93cc674fd1a0 /vim/macros/indent/spaces/2.vim
parentFix indentation of a Makefile line (diff)
downloaddotfiles-5536bbccd0917e554c283b73b420c2905df28efe.tar.gz
dotfiles-5536bbccd0917e554c283b73b420c2905df28efe.zip
Refactor indent macros into autoload function
Much nicer.
Diffstat (limited to 'vim/macros/indent/spaces/2.vim')
-rw-r--r--vim/macros/indent/spaces/2.vim3
1 files changed, 0 insertions, 3 deletions
diff --git a/vim/macros/indent/spaces/2.vim b/vim/macros/indent/spaces/2.vim
deleted file mode 100644
index a0f847ae..00000000
--- a/vim/macros/indent/spaces/2.vim
+++ /dev/null
@@ -1,3 +0,0 @@
-" Use two spaces for current buffer's indentation
-setlocal shiftwidth=2
-runtime macros/indent/spaces.vim