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