mirror of
https://github.com/neovim/neovim.git
synced 2025-10-12 21:06:13 +00:00
ex_cmds: const variables in find_help_tags()
keep_lang (param) is bool.
This commit is contained in:
@@ -4677,7 +4677,7 @@ ExpandFromContext (
|
||||
/* With an empty argument we would get all the help tags, which is
|
||||
* very slow. Get matches for "help" instead. */
|
||||
if (find_help_tags(*pat == NUL ? (char_u *)"help" : pat,
|
||||
num_file, file, FALSE) == OK) {
|
||||
num_file, file, false) == OK) {
|
||||
cleanup_help_tags(*num_file, *file);
|
||||
return OK;
|
||||
}
|
||||
|
Reference in New Issue
Block a user