local_vimrc
local_vimrc copied to clipboard
E745: Using a List as a Number
Hi! Recent changes in lh (b93a99a0) made local_vimrc throw an error here:
https://github.com/LucHermitte/local_vimrc/blob/577f1f7ac5d9c5b25a07e9f3a97b28e331bef239/plugin/local_vimrc.vim#L223
"General Note.md" 33L, 783B
Error detected while processing BufRead Autocommands for "*"..function <SNR>37_SourceLocalVimrc:
line 43:
E745: Using a List as a Number
Press ENTER or type command to continue
I suspect it's just a matter of saying !empty(some_found) instead?
Thanks!
I've submitted a PR. Thanks!
@LucHermitte would you have time to have a look at this PR? Thanks.
Hi,
Thanks @arjanvandervelde. Sorry for the delay, I'll take a look.
Thanks!