aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorDongdong Zhou <dzhou121@gmail.com>2017-04-28 07:49:45 +0100
committerBjörn Linse <bjorn.linse@gmail.com>2017-10-26 09:35:13 +0200
commitdaec81ab5179c7ce8e3813af556b1e2f05fc59c6 (patch)
tree8eaa16a1efd08a0c827c216b07a5d29b5c256cc6 /runtime
parent550651c130c014e6c668644273db31dd96be475e (diff)
downloadrneovim-daec81ab5179c7ce8e3813af556b1e2f05fc59c6.tar.gz
rneovim-daec81ab5179c7ce8e3813af556b1e2f05fc59c6.tar.bz2
rneovim-daec81ab5179c7ce8e3813af556b1e2f05fc59c6.zip
ext_cmdline: change the content format
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/msgpack_rpc.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/msgpack_rpc.txt b/runtime/doc/msgpack_rpc.txt
index 46fc6f19c2..ef4a22db0b 100644
--- a/runtime/doc/msgpack_rpc.txt
+++ b/runtime/doc/msgpack_rpc.txt
@@ -450,6 +450,8 @@ states might be represented as separate modes.
Leave the cmdline.
["cmdline_show", content, pos, firstc, prompt]
+ content: List of [highlight group, string]
+ [["Normal", "t"], ["Search", "est"], ...]
When cmdline_external is set to true, nvim will not draw the cmdline
on the grad, instead nvim will send ui events of the cmdline content
and cursor position to the remote ui. The content is the full content