mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.3.618
Problem: Still doesn't compile with small features. Solution: Move current_search() out of #ifdef. (Dominique Pelle)
This commit is contained in:
@@ -7995,6 +7995,7 @@ nv_g_cmd(cap)
|
||||
cap->arg = TRUE;
|
||||
nv_visual(cap);
|
||||
break;
|
||||
#endif /* FEAT_VISUAL */
|
||||
|
||||
/* "gn", "gN" visually select next/previous search match
|
||||
* "gn" selects next match
|
||||
@@ -8006,9 +8007,7 @@ nv_g_cmd(cap)
|
||||
if (!current_search(cap->count1, cap->nchar == 'n'))
|
||||
#endif
|
||||
beep_flush();
|
||||
|
||||
break;
|
||||
#endif /* FEAT_VISUAL */
|
||||
|
||||
/*
|
||||
* "gj" and "gk" two new funny movement keys -- up and down
|
||||
|
Reference in New Issue
Block a user