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

Improve error handling

Open keith opened this issue 3 years ago • 0 comments

This moves the lldb importing above all the command mapping so if importing fails we don't register any commands that wouldn't actually work. In the case of things that were done with autocommands not doing this resulted in infinite errors as you used vim.

Partially taken from https://github.com/lldb-tools/vim-lldb/pull/1

keith avatar Mar 19 '22 22:03 keith