Fixed bug with calculating guide size.
This commit is contained in:
parent
7af506c797
commit
d9c596352a
@ -216,7 +216,7 @@ endfunction
|
||||
function! indent_guides#calculate_guide_size()
|
||||
let l:guide_size = g:indent_guides_guide_size
|
||||
|
||||
if l:guide_size > s:indent_size
|
||||
if l:guide_size == 0 || l:guide_size > s:indent_size
|
||||
let l:guide_size = s:indent_size
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user