diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-04-28 20:37:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-28 20:37:52 +0200 |
commit | 129f107c0c26fbf371bcf165ec20eb13356bfb8e (patch) | |
tree | 864bf25c65c6cfcd4e17c0ebd04afdad1342c268 /src/nvim/msgpack_rpc/helpers.c | |
parent | 7044aa6e8256844bc1bd23eb61d4a41ca6d418d0 (diff) | |
parent | 8f59d1483934f91011b755406251136c406e77f6 (diff) | |
download | rneovim-129f107c0c26fbf371bcf165ec20eb13356bfb8e.tar.gz rneovim-129f107c0c26fbf371bcf165ec20eb13356bfb8e.tar.bz2 rneovim-129f107c0c26fbf371bcf165ec20eb13356bfb8e.zip |
Merge #6247 'api: nvim_get_mode()'
Diffstat (limited to 'src/nvim/msgpack_rpc/helpers.c')
-rw-r--r-- | src/nvim/msgpack_rpc/helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/msgpack_rpc/helpers.c b/src/nvim/msgpack_rpc/helpers.c index 0228582d37..91ef5524ea 100644 --- a/src/nvim/msgpack_rpc/helpers.c +++ b/src/nvim/msgpack_rpc/helpers.c @@ -76,7 +76,7 @@ typedef struct { size_t idx; } MPToAPIObjectStackItem; -/// Convert type used by msgpack parser to Neovim own API type +/// Convert type used by msgpack parser to Nvim API type. /// /// @param[in] obj Msgpack value to convert. /// @param[out] arg Location where result of conversion will be saved. |