vimspector/autoload/vimspector/internal
Ben Jackson 32c7960b5f Support channel-based adapters with jobs in neovim
Again, the neovim API is lacking - we have to hack around our own retry
loop (where vim offers 'waittime').

Note neovim documentation says that it returns 0 on connection failure,
but actually it throws an error, so we catch that. There are probably a
ton of other problems with error handling, but i'll rely on user
testing/feedback for that.
2020-07-06 10:44:14 +01:00
..
balloon.vim Fix: Remove balloon '...' in windows != code_window 2020-01-09 20:37:03 -03:00
channel.vim Support channel-based adapters with jobs in neovim 2020-07-06 10:44:14 +01:00
job.vim Allow 'channel' based transports to also start a job 2020-07-06 10:38:53 +01:00
neochannel.vim Support channel-based adapters with jobs in neovim 2020-07-06 10:44:14 +01:00
neojob.vim Support channel-based adapters with jobs in neovim 2020-07-06 10:44:14 +01:00
neopopup.vim Add a splash popup while starting up 2020-03-26 23:25:50 +00:00
neoterm.vim Fix restart command in neovim when terminal in use 2020-04-26 10:21:24 +01: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