vimspector/autoload/vimspector/internal
Ben Jackson 0c88cc8bad Fix traceback when opening popup in neovim with log visible
* We enter the popup window
* some log data is received, so we update the log buffer and jump to the
  log window to scroll it
* meanwhile, the WinLeave auto command on the popup window fires and
  closes the popup window
* Having scrolled the log window, we try to jump back to the popup
  window, which by now has been closed.

Fixes #390
2021-04-29 10:02:23 +01:00
..
balloon.vim Create a messagebox-like interface in vim 2021-03-19 17:51:59 +00:00
channel.vim Fix restart when using CodeLLDB 2021-02-22 12:09:01 +00:00
job.vim Fix windows installer issues - use symlinks not junctions and fix dumb use of PIPE with check_call 2020-07-22 19:27:42 +01:00
neochannel.vim Use 127.0.0.1 rather than localhost to avoid issues with ipv6, and long timeout connecting the socket 2021-01-08 15:54:49 +00:00
neojob.vim Fix traceback when opening popup in neovim with log visible 2021-04-29 10:02:23 +01:00
neopopup.vim Documentation for hot code replace 2021-03-19 22:59:27 +00:00
neoterm.vim Don't change the value of equalalways 2020-07-16 16:05:04 +01:00
popup.vim Fix lints 2021-03-19 17:51:59 +00:00
state.vim fully implemented the hover function for vim 2021-02-21 17:01:38 +00:00
term.vim Don't change the value of equalalways 2020-07-16 16:05:04 +01:00