aboutsummaryrefslogtreecommitdiff
path: root/vim/after/indent/markdown.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-12-21 14:34:05 +1300
committerTom Ryder <tom@sanctum.geek.nz>2019-12-21 14:34:05 +1300
commit1148b0042b17db0fd7555d156b83798aa1fe43f1 (patch)
tree81f4d0ece89293907aed1e77ee984a54e43b7838 /vim/after/indent/markdown.vim
parentSimplify vim/bundle installation commands (diff)
downloaddotfiles-1148b0042b17db0fd7555d156b83798aa1fe43f1.tar.gz
dotfiles-1148b0042b17db0fd7555d156b83798aa1fe43f1.zip
Fix up capitalization patterns for indent autoload
Diffstat (limited to 'vim/after/indent/markdown.vim')
-rw-r--r--vim/after/indent/markdown.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/after/indent/markdown.vim b/vim/after/indent/markdown.vim
index 61f09a1e..bff1b904 100644
--- a/vim/after/indent/markdown.vim
+++ b/vim/after/indent/markdown.vim
@@ -1,2 +1,2 @@
" Use four spaces for indentation
-call indent#spaces(4)
+call indent#Spaces(4)