Closed lervag closed 3 years ago
https://github.com/dyng/ctrlsf.vim/blob/1afb4e2117026a27a2960f68ef96fc99597526ad/autoload/ctrlsf/fs.vim#L20-L26
The marker variable is not always available. This means the second conditional is an error if g:ctrlsf_extra_root_markers <= 0.
marker
g:ctrlsf_extra_root_markers <= 0
Oops, a naive mistake.
@lervag Thanks for your quick feedback about this bug!
No probem, happy to be of help :)
And thanks for the quick fix!
https://github.com/dyng/ctrlsf.vim/blob/1afb4e2117026a27a2960f68ef96fc99597526ad/autoload/ctrlsf/fs.vim#L20-L26
The
marker
variable is not always available. This means the second conditional is an error ifg:ctrlsf_extra_root_markers <= 0
.