Neovim has prompt buffers in nightly

This commit is contained in:
Ben Jackson 2020-11-26 12:11:23 +00:00 committed by GitHub
commit e6500d39d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -234,7 +234,8 @@ neovim doesn't implement some features Vimspector relies on:
* WinBar - used for the buttons at the top of the code window and for changing
the output window's current output.
* Prompt Buffers - used to send commands in the Console and add Watches
* Prompt Buffers - used to send commands in the Console and add Watches.
(*Note*: prompt buffers are available in neovim nightly)
* Balloons - used to display the values of variables when debugging.
Workarounds are in place as follows: