aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/vim.c
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2022-04-24 02:01:01 +0200
committerGitHub <noreply@github.com>2022-04-23 17:01:01 -0700
commit92f7286377cb077cb42484a83740a8c95f8ae7f1 (patch)
treeba5ef19c90613d403412485f6012ac78399e9cc4 /src/nvim/api/vim.c
parentcfaf7440fceb5967245966332d38794f5106552d (diff)
downloadrneovim-92f7286377cb077cb42484a83740a8c95f8ae7f1.tar.gz
rneovim-92f7286377cb077cb42484a83740a8c95f8ae7f1.tar.bz2
rneovim-92f7286377cb077cb42484a83740a8c95f8ae7f1.zip
docs: make docstring consistent with parameters #18178
Closes: https://github.com/neovim/neovim/issues/12691
Diffstat (limited to 'src/nvim/api/vim.c')
-rw-r--r--src/nvim/api/vim.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/api/vim.c b/src/nvim/api/vim.c
index 626f7dc3eb..7a966777af 100644
--- a/src/nvim/api/vim.c
+++ b/src/nvim/api/vim.c
@@ -526,8 +526,7 @@ String nvim__get_lib_dir(void)
///
/// @param pat pattern of files to search for
/// @param all whether to return all matches or only the first
-/// @param options
-/// is_lua: only search lua subdirs
+/// @param opts is_lua: only search lua subdirs
/// @return list of absolute paths to the found files
ArrayOf(String) nvim__get_runtime(Array pat, Boolean all, Dict(runtime) *opts, Error *err)
FUNC_API_SINCE(8)