diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2016-12-01 08:05:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-01 08:05:44 +0100 |
commit | 1f8a3da796dd3418c5204c76192179dbdd6a5373 (patch) | |
tree | 74c5d925a279cd3e59a8adace6e0cbb32c40dca0 /runtime | |
parent | 0e1c406df4e661602b67dde5e46d69fe7345b1a9 (diff) | |
parent | 3cf4b14e966ec04371d38af6451bc69eaadb425b (diff) | |
download | rneovim-1f8a3da796dd3418c5204c76192179dbdd6a5373.tar.gz rneovim-1f8a3da796dd3418c5204c76192179dbdd6a5373.tar.bz2 rneovim-1f8a3da796dd3418c5204c76192179dbdd6a5373.zip |
Merge pull request #5669 from chemzqm/add-cmdline-mode-rpc
Add cmdline mode to ui_mode_change
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/msgpack_rpc.txt | 5 |
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 |