mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
chore(PVS/V768): don't use enum as bool.
This commit is contained in:
parent
c36df20aef
commit
192c21ccde
@ -1501,7 +1501,7 @@ int searchc(cmdarg_T *cap, int t_cmd)
|
||||
FUNC_ATTR_NONNULL_ALL
|
||||
{
|
||||
int c = cap->nchar; // char to search for
|
||||
Direction dir = cap->arg; // TRUE for searching forward
|
||||
int dir = cap->arg; // true for searching forward
|
||||
long count = cap->count1; // repeat count
|
||||
int col;
|
||||
char_u *p;
|
||||
|
Loading…
Reference in New Issue
Block a user