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 e32b738c7e..e0dc9d4f23 100644 --- a/src/nvim/normal.c +++ b/src/nvim/normal.c @@ -5343,7 +5343,7 @@ static void nv_search(cmdarg_T *cap)    // When using 'incsearch' the cursor may be moved to set a different search    // start position. -  cap->searchbuf = getcmdline(cap->cmdchar, cap->count1, 0); +  cap->searchbuf = getcmdline(cap->cmdchar, cap->count1, 0, true);    if (cap->searchbuf == NULL) {      clearop(oap); | 
