Closed minego closed 4 years ago
I found a work around by commenting out this line:
call feedkeys('i', 'n')
I don't see what that line is trying to do, but with it commented out I haven't noticed any problems.
I think you use vim, not nvim. This just a bug for vim and now is fixed, please update to latest commit.
Thank you!
On Thu, Apr 9, 2020, 9:20 PM Epheien notifications@github.com wrote:
I think you use vim, not nvim. This just a bug for vim and now is fixed, please update to latest commit.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/epheien/termdbg/issues/1#issuecomment-611858207, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADSRCAK5VWOH3ZUJL2UH4TRL2F7PANCNFSM4ME4FZWA .
I just found this plugin and am loving it. I am having one small issue though where typing some commands in the lldb console works but then an 'i' is inserted.
If I switch to the debugger window and type 'n' then it does the action I expect, but then an i is inserted and I have to hit backspace before entering my next command.