I ran into an issue related to Issue 93 that was fixed in 1.4 . I'm running neovim 0.3.4 and would get errors caused by missing parameters to bufnr() in db#cancel. Providing an empty string as parameter to bufnr() there as well fixes the issue for me.
I ran into an issue related to Issue 93 that was fixed in 1.4 . I'm running neovim 0.3.4 and would get errors caused by missing parameters to
bufnr()
indb#cancel
. Providing an empty string as parameter tobufnr()
there as well fixes the issue for me.