mirror of
https://github.com/Yggdroot/indentLine.git
synced 2025-12-08 21:14:45 +08:00
let default value of indentLine_indentLevel be 10
This commit is contained in:
@@ -21,7 +21,7 @@ if !exists("g:indentLine_char")
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if !exists("g:indentLine_indentLevel")
|
if !exists("g:indentLine_indentLevel")
|
||||||
let g:indentLine_indentLevel = 20
|
let g:indentLine_indentLevel = 10
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if !exists("g:indentLine_enabled")
|
if !exists("g:indentLine_enabled")
|
||||||
|
|||||||
Reference in New Issue
Block a user