vimspector/autoload/vimspector/internal
Ben Jackson 1003cdc0b2 Add a splash popup while starting up
Sometimes it can take quite a while to start up and initialise the debug
adapter. So we use popup/float to display the status as we start up and
shut down.

This increases minimum Vim version to 8.2, but that's been out for ages
now and I intend to agressively require latest/later vim/neovim
versions.
2020-03-26 23:25:50 +00:00
..
balloon.vim Fix: Remove balloon '...' in windows != code_window 2020-01-09 20:37:03 -03:00
channel.vim Add channel support for neovim 2020-01-15 23:17:15 +00:00
job.vim Fix tracebacks when the debug adapter dies very quickly 2020-02-16 20:15:41 +00:00
neochannel.vim Add channel support for neovim 2020-01-15 23:17:15 +00:00
neojob.vim Work around neovim bug where environ() crashes 2020-02-16 20:15:41 +00:00
neopopup.vim Add a splash popup while starting up 2020-03-26 23:25:50 +00:00
neoterm.vim When creating a terminal window in neovim, use a new buffer 2020-03-09 20:52:34 +00:00
popup.vim Add a splash popup while starting up 2020-03-26 23:25:50 +00:00
state.vim Import the vim module 2020-01-28 20:52:33 +00:00
term.vim Wrap the terminal API in vimscript layer 2020-01-15 23:17:15 +00:00