vim-vebugger/autoload
Ingo Heimbach 1f2553a71b Transform filenames to absolute paths when reading debugger locations
Before this commit, many debugger `where` functions transformed the
filename of the current debugger location to a path relative to vim's
current working directory. When the user changed the current working
directory in the meantime, the previously saved location could not
resolved any more and lead to errors. This commit fixes this problem by
storing absolute paths instead.
2018-06-25 16:44:09 +02:00
..
vebugger Transform filenames to absolute paths when reading debugger locations 2018-06-25 16:44:09 +02:00
vebugger.vim Do not execute autocommands when writing lines to vebugger buffers 2018-05-23 14:59:38 +02:00