diff options
author | Dongdong Zhou <dzhou121@gmail.com> | 2017-05-11 04:48:59 +0100 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2017-10-26 09:35:13 +0200 |
commit | e164ba41c8460d4e5b2e7e2b929d8479a0310738 (patch) | |
tree | 1ec9ca8c2807757b549385e9dfc965df4de50138 /runtime/doc/msgpack_rpc.txt | |
parent | daec81ab5179c7ce8e3813af556b1e2f05fc59c6 (diff) | |
download | rneovim-e164ba41c8460d4e5b2e7e2b929d8479a0310738.tar.gz rneovim-e164ba41c8460d4e5b2e7e2b929d8479a0310738.tar.bz2 rneovim-e164ba41c8460d4e5b2e7e2b929d8479a0310738.zip |
ext_cmdline: fix firstc, change cmdline_leave to cmdline_hide
Diffstat (limited to 'runtime/doc/msgpack_rpc.txt')
-rw-r--r-- | runtime/doc/msgpack_rpc.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/msgpack_rpc.txt b/runtime/doc/msgpack_rpc.txt index ef4a22db0b..77938fbd82 100644 --- a/runtime/doc/msgpack_rpc.txt +++ b/runtime/doc/msgpack_rpc.txt @@ -446,8 +446,8 @@ states might be represented as separate modes. ["cmdline_enter"] Enter the cmdline. -["cmdline_leave"] - Leave the cmdline. +["cmdline_hide"] + Hide the cmdline. ["cmdline_show", content, pos, firstc, prompt] content: List of [highlight group, string] |