mirror of
https://github.com/neovim/neovim.git
synced 2025-11-26 12:10:40 +00:00
add cmdline mode to modechange of RPC and tests
use set_cursor_shape_bar for cmdline mode fix test of screen_basic_spec.lua & screen.lua comment fix
This commit is contained in:
@@ -390,8 +390,9 @@ of update.
|
||||
The menu mappings changed.
|
||||
|
||||
["mode_change", mode]
|
||||
The mode changed. Currently sent when "insert", "replace" and "normal"
|
||||
modes are entered. A client could for instance change the cursor shape.
|
||||
The mode changed. Currently sent when "insert", "replace", "cmdline" and
|
||||
"normal" modes are entered. A client could for instance change the cursor
|
||||
shape.
|
||||
|
||||
["popupmenu_show", items, selected, row, col]
|
||||
When `popupmenu_external` is set to true, nvim will not draw the
|
||||
|
||||
Reference in New Issue
Block a user