0
0
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:
Bram Moolenaar
2012-07-29 12:55:32 +02:00
parent a07c831bef
commit 8a0f3c78fe
3 changed files with 148 additions and 147 deletions

View File

@@ -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