diff options
Diffstat (limited to 'runtime/doc/api.txt')
-rw-r--r-- | runtime/doc/api.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt index 1d7a783bf1..46f4bc63c9 100644 --- a/runtime/doc/api.txt +++ b/runtime/doc/api.txt @@ -1944,6 +1944,11 @@ nvim_parse_cmd({str}, {opts}) *nvim_parse_cmd()* is treated as the start of a comment. • mods: (dictionary) |:command-modifiers|. + • filter: (dictionary) |:filter|. + • pattern: (string) Filter pattern. Empty string if + there is no filter. + • force: (boolean) Whether filter is inverted or not. + • silent: (boolean) |:silent|. • emsg_silent: (boolean) |:silent!|. • sandbox: (boolean) |:sandbox|. |