aboutsummaryrefslogtreecommitdiff
path: root/vim/after/indent/javascript.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/after/indent/javascript.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/after/indent/javascript.vim')
-rw-r--r--vim/after/indent/javascript.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/after/indent/javascript.vim b/vim/after/indent/javascript.vim
index 951c830a..61f09a1e 100644
--- a/vim/after/indent/javascript.vim
+++ b/vim/after/indent/javascript.vim
@@ -1,2 +1,2 @@
" Use four spaces for indentation
-runtime macros/indent/spaces/4.vim
+call indent#spaces(4)