diff options
Diffstat (limited to 'src/nvim/normal.c')
| -rw-r--r-- | src/nvim/normal.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/normal.c b/src/nvim/normal.c index a0f8a3b667..44df917de6 100644 --- a/src/nvim/normal.c +++ b/src/nvim/normal.c @@ -4217,7 +4217,7 @@ static void nv_brackets(cmdarg_T *cap)      } else {        // Make a copy, if the line was changed it will be freed.        ptr = xstrnsave(ptr, len); -      find_pattern_in_path((char_u *)ptr, 0, len, true, +      find_pattern_in_path(ptr, 0, len, true,                             cap->count0 == 0 ? !isupper(cap->nchar) : false,                             (((cap->nchar & 0xf) == ('d' & 0xf))                              ? FIND_DEFINE  | 
