mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 15:58:17 +00:00
*: Fix clint errors
This commit is contained in:
@@ -4738,7 +4738,7 @@ void ex_helpgrep(exarg_T *eap)
|
||||
regmatch.regprog = vim_regcomp(eap->arg, RE_MAGIC + RE_STRING);
|
||||
regmatch.rm_ic = FALSE;
|
||||
if (regmatch.regprog != NULL) {
|
||||
/* create a new quickfix list */
|
||||
// Create a new quickfix list.
|
||||
qf_new_list(qi, *eap->cmdlinep);
|
||||
|
||||
/* Go through all directories in 'runtimepath' */
|
||||
|
Reference in New Issue
Block a user