diff options
author | bfredl <bjorn.linse@gmail.com> | 2022-09-06 10:32:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-06 10:32:23 +0200 |
commit | 05893aea391d91e159a41f03acc20049c7049510 (patch) | |
tree | 674c6b05a33b5276bf5897a21fdda4c7687ff69b /runtime/doc | |
parent | 5b8d6e0b3200c5cb9d98cbdb4ed0afe2b4edd38d (diff) | |
parent | 1ef7720567b08caec0c077605fb2a01a9d6eafbc (diff) | |
download | rneovim-05893aea391d91e159a41f03acc20049c7049510.tar.gz rneovim-05893aea391d91e159a41f03acc20049c7049510.tar.bz2 rneovim-05893aea391d91e159a41f03acc20049c7049510.zip |
Merge pull request #20039 from zeertzjq/cmod-tab
fix(api)!: correctly deal with number before :tab
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt index 063e17ded9..ea562e60b6 100644 --- a/runtime/doc/api.txt +++ b/runtime/doc/api.txt @@ -1848,7 +1848,7 @@ nvim_parse_cmd({str}, {opts}) *nvim_parse_cmd()* • keeppatterns: (boolean) |:keeppatterns|. • lockmarks: (boolean) |:lockmarks|. • noswapfile: (boolean) |:noswapfile|. - • tab: (integer) |:tab|. + • tab: (integer) |:tab|. -1 when omitted. • verbose: (integer) |:verbose|. -1 when omitted. • vertical: (boolean) |:vertical|. • split: (string) Split modifier string, is an empty string when |