mirror of
https://github.com/neovim/neovim.git
synced 2025-10-12 21:06:13 +00:00
refactor: change pre-decrement/increment to post (#19799)
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
@@ -663,7 +663,7 @@ static char *cs_create_cmd(char *csoption, char *pattern)
|
||||
pat = pattern;
|
||||
if (search != 4 && search != 6) {
|
||||
while (ascii_iswhite(*pat)) {
|
||||
++pat;
|
||||
pat++;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user