summaryrefslogtreecommitdiff
path: root/src/normal.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-07-29 12:55:32 +0200
committerBram Moolenaar <Bram@vim.org>2012-07-29 12:55:32 +0200
commit8a0f3c78fede1a9e27973e0c2458afcd0c189c9c (patch)
tree51f3640564d7a829350471345c7922727b093c5c /src/normal.c
parenta07c831bef5d6719a5c02fb43fc4b6dc72c8869b (diff)
downloadvim-git-8a0f3c78fede1a9e27973e0c2458afcd0c189c9c.tar.gz
updated for version 7.3.618v7.3.618
Problem: Still doesn't compile with small features. Solution: Move current_search() out of #ifdef. (Dominique Pelle)
Diffstat (limited to 'src/normal.c')
-rw-r--r--src/normal.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/normal.c b/src/normal.c
index 100aadce7..f61052b10 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -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