vim-vebugger icon indicating copy to clipboard operation
vim-vebugger copied to clipboard

May throw error when stepping into file who's name is subset of a current file

Open ivangreene opened this issue 6 years ago • 0 comments

autoload/vebugger/std.vim, line 205: bufwinnr(a:readResult.std.location.file) may erroneously return a value > -1 if a file currently open in the editor has a name that is a superset of the file being checked (which may not be open), causing sign to throw an error: Invalid buffer name: ...

ivangreene avatar Jun 01 '18 04:06 ivangreene