mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 10:56:31 +00:00
lint
This commit is contained in:
@@ -3957,9 +3957,9 @@ current_search(
|
|||||||
if (VIsual_active && *p_sel == 'e' && lt(VIsual, curwin->w_cursor))
|
if (VIsual_active && *p_sel == 'e' && lt(VIsual, curwin->w_cursor))
|
||||||
dec_cursor();
|
dec_cursor();
|
||||||
|
|
||||||
pos_T orig_pos; /* position of the cursor at beginning */
|
pos_T orig_pos; // position of the cursor at beginning
|
||||||
pos_T first_match; // position of first match
|
pos_T first_match; // position of first match
|
||||||
pos_T pos; /* position after the pattern */
|
pos_T pos; // position after the pattern
|
||||||
int result; // result of various function calls
|
int result; // result of various function calls
|
||||||
|
|
||||||
if (VIsual_active) {
|
if (VIsual_active) {
|
||||||
|
Reference in New Issue
Block a user