diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2024-01-25 00:34:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-25 07:34:18 +0800 |
commit | 76a659eb773ca69d8b6a8f08e1a5c538dc03b8fd (patch) | |
tree | fd866e264e75629d4d16e242f20f824c975b8054 /src/nvim/ex_cmds.c | |
parent | 6ea6b3fee27d51607ca4a5ace46dbc38a4481bcb (diff) | |
download | rneovim-76a659eb773ca69d8b6a8f08e1a5c538dc03b8fd.tar.gz rneovim-76a659eb773ca69d8b6a8f08e1a5c538dc03b8fd.tar.bz2 rneovim-76a659eb773ca69d8b6a8f08e1a5c538dc03b8fd.zip |
docs: various fixes (#27063)
Co-authored-by: lmenou <menl94629@gmail.com>
Co-authored-by: altermo <107814000+altermo@users.noreply.github.com>
Co-authored-by: VanaIgr <vanaigranov@gmail.com>
Co-authored-by: Gregory Anders <greg@gpanders.com>
Diffstat (limited to 'src/nvim/ex_cmds.c')
-rw-r--r-- | src/nvim/ex_cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ex_cmds.c b/src/nvim/ex_cmds.c index 9a04b941ab..373ff8feda 100644 --- a/src/nvim/ex_cmds.c +++ b/src/nvim/ex_cmds.c @@ -3274,7 +3274,7 @@ static int check_regexp_delim(int c) /// /// @param cmdpreview_ns The namespace to show 'inccommand' preview highlights. /// If <= 0, preview shouldn't be shown. -/// @return 0, 1 or 2. See show_cmdpreview() for more information on what the return value means. +/// @return 0, 1 or 2. See cmdpreview_may_show() for more information on the meaning. static int do_sub(exarg_T *eap, const proftime_T timeout, const int cmdpreview_ns, const handle_T cmdpreview_bufnr) { |