From d845c6b313f24bf4d7c768eac81094362a7133de Mon Sep 17 00:00:00 2001 From: Nao Ueda Date: Sun, 13 Dec 2020 12:32:41 +0900 Subject: fix a config for Detectindent --- _config/109-detectindent.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_config/109-detectindent.vim') 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 -- cgit v1.2.3-54-g00ecf