aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorchemzqm <chemzqm@gmail.com>2016-11-26 07:39:33 +0800
committerchemzqm <chemzqm@gmail.com>2016-11-30 22:20:06 +0800
commit3cf4b14e966ec04371d38af6451bc69eaadb425b (patch)
tree5848aad84944276debad27d09af204b0ce7c6784 /runtime
parentecd7beb6e4876961075cc211d2b92f987d670dfa (diff)
downloadrneovim-3cf4b14e966ec04371d38af6451bc69eaadb425b.tar.gz
rneovim-3cf4b14e966ec04371d38af6451bc69eaadb425b.tar.bz2
rneovim-3cf4b14e966ec04371d38af6451bc69eaadb425b.zip
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
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/msgpack_rpc.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/msgpack_rpc.txt b/runtime/doc/msgpack_rpc.txt
index 757f5574d4..c074eb43ff 100644
--- a/runtime/doc/msgpack_rpc.txt
+++ b/runtime/doc/msgpack_rpc.txt
@@ -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