diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-07-02 19:35:11 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2022-07-03 04:34:28 +0800 |
commit | 7a907c3314f939a3d2983ac07edc5c9672957352 (patch) | |
tree | c90e1d89fd93df88bf6938018ada5bf4a98ec7ba /runtime | |
parent | f93eb169f6e1d72646556153fc0d01b3c843498a (diff) | |
download | rneovim-7a907c3314f939a3d2983ac07edc5c9672957352.tar.gz rneovim-7a907c3314f939a3d2983ac07edc5c9672957352.tar.bz2 rneovim-7a907c3314f939a3d2983ac07edc5c9672957352.zip |
feat(api): add `unsilent` to command APIs
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/api.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt index 9b7f1f1632..c67187d857 100644 --- a/runtime/doc/api.txt +++ b/runtime/doc/api.txt @@ -1951,6 +1951,7 @@ nvim_parse_cmd({str}, {opts}) *nvim_parse_cmd()* • silent: (boolean) |:silent|. • emsg_silent: (boolean) |:silent!|. + • unsilent: (boolean) |:unsilent|. • sandbox: (boolean) |:sandbox|. • noautocmd: (boolean) |:noautocmd|. • browse: (boolean) |:browse|. |