mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
docs: make docstring consistent with parameters #18178
Closes: https://github.com/neovim/neovim/issues/12691
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user