mirror of
https://github.com/Yggdroot/indentLine.git
synced 2025-12-06 12:14:25 +08:00
Fix unexpected feature enabling by AutoResetWidth
This commit is contained in:
@@ -268,7 +268,7 @@ function! s:AutoResetWidth()
|
||||
let l:enable = get(
|
||||
\ b:,
|
||||
\ 'indentLine_enabled',
|
||||
\ get(g:, 'indentLine_enabled', 1)
|
||||
\ g:indentLine_enabled ? s:Filter() : 0
|
||||
\)
|
||||
|
||||
let g:indentLine_autoResetWidth = get(g:, 'indentLine_autoResetWidth', 1)
|
||||
|
||||
Reference in New Issue
Block a user