Skip to content

Commit

Permalink
Merge pull request #814 from VimspectorUpdateBot/auto/update-vim-docs
Browse files Browse the repository at this point in the history
[Auto] Update vim docs
  • Loading branch information
puremourning authored Nov 26, 2023
2 parents 2203e7d + 3de8b24 commit c03345e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions doc/vimspector.txt
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,8 @@ Dependencies ~
Vimspector requires:

- One of:
- Vim 8.2 Huge build compiled with Python 3.10 or later
- Neovim 0.8 with Python 3.10 or later (experimental)
- Vim 8.2.4797 or later "huge" build compiled with Python 3.10 or later
- Neovim 0.8 with Python 3.10 or later
- One of the following operating systems:
- Linux
- macOS Mojave or later
Expand Down Expand Up @@ -1553,6 +1553,10 @@ All rules for 'Variables and scopes' apply plus the following:

Image: variable eval hover (see reference [29])

You can disable automatic hovering popup by settings
'g:vimspector_enable_auto_hover=0' before starting the debug session. You can
then map something to '<Plug>VimspectorBalloonEval' and trigger it manually.

-------------------------------------------------------------------------------
*vimspector-watches*
Watches ~
Expand Down Expand Up @@ -1583,6 +1587,10 @@ and value are displayed, with other data available from hovering the mouse or
triggering '<Plug>VimspectorBalloonEval' on the line containing the value in
the variables (or watches) window.

You can disable automatic hovering popup by settings
'g:vimspector_enable_auto_hover=0' before starting the debug session. You can
then map something to '<Plug>VimspectorBalloonEval' and trigger it manually.

-------------------------------------------------------------------------------
*vimspector-watch-autocompletion*
Watch autocompletion ~
Expand Down

0 comments on commit c03345e

Please sign in to comment.