diff options
Diffstat (limited to 'src/nvim/search.h')
-rw-r--r-- | src/nvim/search.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/search.h b/src/nvim/search.h index 85bcda84a4..15b8d41f39 100644 --- a/src/nvim/search.h +++ b/src/nvim/search.h @@ -84,8 +84,7 @@ typedef struct { int sa_wrapped; ///< search wrapped around } searchit_arg_T; -typedef struct searchstat -{ +typedef struct searchstat { int cur; // current position of found words int cnt; // total count of found words bool exact_match; // true if matched exactly on specified position |