• 795488579 0c88cc8bad

    Ghost released this 2021-04-29 09:02:23 +00:00 | 45 commits to master since this release

    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

    Downloads