diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-07-03 05:00:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-03 05:00:02 +0800 |
commit | 8d37901f1c57c9025e341a84e15fa158bcb4e7dc (patch) | |
tree | c90e1d89fd93df88bf6938018ada5bf4a98ec7ba /runtime | |
parent | 108368bdd5546319952767325c1a28de537fec75 (diff) | |
parent | 7a907c3314f939a3d2983ac07edc5c9672957352 (diff) | |
download | rneovim-8d37901f1c57c9025e341a84e15fa158bcb4e7dc.tar.gz rneovim-8d37901f1c57c9025e341a84e15fa158bcb4e7dc.tar.bz2 rneovim-8d37901f1c57c9025e341a84e15fa158bcb4e7dc.zip |
Merge pull request #19203 from zeertzjq/api-cmd-unsilent
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|. |