vimspector/autoload
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
..
vimspector/internal Fix traceback when opening popup in neovim with log visible 2021-04-29 10:02:23 +01:00
vimspector.vim Fix traceback when +python3 is not availble 2021-04-09 16:54:49 +01:00