vim-vebugger/autoload/vebugger
IdanArye fa63556530 Fix #23 - Remove usage of bufexists
`bufexists` can't handle the home directory(`~`). Instead use `bufnr`
and `bufwinnr`, which are more appropriate.

Also, I've decided to use `bufwinnr` instead of `bufnr` for checking if
the file exists before loading it with `g:vebugger_view_source_cmd`, so
it'll use `g:vebugger_view_source_cmd` if no window displays the buffer
- even if the buffer is loaded. This fixes an inconsistency that was
before, that `g:vebugger_view_source_cmd` would get invoked only if the
file has no buffer loaded, if there is a buffer loaded it'll jump to it
from the current window.
2015-11-06 22:30:02 +02:00
..
gdb.vim Add docs for the 'con' flag for gdb 2015-02-16 00:41:08 +02:00
jdb.vim Do not use tags for callstack, only for current location. Otherwise, it's unusably slow. 2015-09-06 10:53:44 +07:00
mdbg.vim Fix #5 - Vim7.3 compatibility 2015-01-24 02:12:49 +02:00
pdb.vim Fix #5 - Vim7.3 compatibility 2015-01-24 02:12:49 +02:00
rdebug.vim Fix #5 - Vim7.3 compatibility 2015-01-24 02:12:49 +02:00
std.vim Fix #23 - Remove usage of bufexists 2015-11-06 22:30:02 +02:00
util.vim Add docs for the 'con' flag for gdb 2015-02-16 00:41:08 +02:00