diff options
Diffstat (limited to 'src/nvim/search.c')
-rw-r--r-- | src/nvim/search.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/search.c b/src/nvim/search.c index e404d00b60..49892a4cc5 100644 --- a/src/nvim/search.c +++ b/src/nvim/search.c @@ -80,8 +80,7 @@ // one for other searches. last_idx points to the one that was used the last // time. -static struct spat spats[2] = -{ +static struct spat spats[2] = { // Last used search pattern [0] = { NULL, true, false, 0, { '/', false, false, 0L }, NULL }, // Last used substitute pattern |