summaryrefslogtreecommitdiff
path: root/_config/109-detectindent.vim
diff options
context:
space:
mode:
authorNao Ueda <nao.uedder@gmail.com>2020-12-13 12:32:41 +0900
committerNao Ueda <nao.uedder@gmail.com>2020-12-13 12:32:41 +0900
commitd845c6b313f24bf4d7c768eac81094362a7133de (patch)
treed420037feba86f0b70732b3c38abb0c85301f30c /_config/109-detectindent.vim
parentd8dc59329659443cb10481d7625d9f12d86db339 (diff)
downloadvimrc-d845c6b313f24bf4d7c768eac81094362a7133de.tar.gz
vimrc-d845c6b313f24bf4d7c768eac81094362a7133de.tar.bz2
vimrc-d845c6b313f24bf4d7c768eac81094362a7133de.zip
fix a config for Detectindent
Diffstat (limited to '_config/109-detectindent.vim')
-rw-r--r--_config/109-detectindent.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/_config/109-detectindent.vim b/_config/109-detectindent.vim
index a118038..0c5553b 100644
--- a/_config/109-detectindent.vim
+++ b/_config/109-detectindent.vim
@@ -2,4 +2,4 @@ UsePlugin 'detectindent'
autocmd BufRead * DetectIndent
-let b:detectindent_preferred_indent = 4
+let g:detectindent_preferred_indent = 4