diff options
author | Dongdong Zhou <dzhou121@gmail.com> | 2017-02-23 09:53:12 +0000 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2017-10-26 09:35:12 +0200 |
commit | 6e90bc7200c87f0af448a8cf0998715db9175f15 (patch) | |
tree | 0795eb9366cdc56ed8bfb1058d51922b201c9e4b /runtime | |
parent | 439c39a2cfb0712eb68ad76354b1fd7e92bb71fe (diff) | |
download | rneovim-6e90bc7200c87f0af448a8cf0998715db9175f15.tar.gz rneovim-6e90bc7200c87f0af448a8cf0998715db9175f15.tar.bz2 rneovim-6e90bc7200c87f0af448a8cf0998715db9175f15.zip |
ext_cmdline: Added cmdline prompt
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/msgpack_rpc.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/msgpack_rpc.txt b/runtime/doc/msgpack_rpc.txt index 4a82b3a1bd..b7c790bb64 100644 --- a/runtime/doc/msgpack_rpc.txt +++ b/runtime/doc/msgpack_rpc.txt @@ -462,6 +462,9 @@ states might be represented as separate modes. The first character of the command, which could be : / ? etc. With the firstc, you know wheither it's a command or a search. +["cmdline_prompt", prompt] + The prompt of the cmdline. + ["cmdline", content, pos] 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 |