]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.616 v7.3.616
authorBram Moolenaar <Bram@vim.org>
Fri, 27 Jul 2012 19:05:54 +0000 (21:05 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 27 Jul 2012 19:05:54 +0000 (21:05 +0200)
Problem:    Can't compile without +visual.
Solution:   Add #ifdef.

src/normal.c
src/version.c

index 0791b1a38db14d2e2a20dd7da09d89074a0c927d..100aadce77c256687a35f252ec59a56f8528e368 100644 (file)
@@ -8002,7 +8002,9 @@ nv_g_cmd(cap)
      */
     case 'N':
     case 'n':
+#ifdef FEAT_VISUAL
        if (!current_search(cap->count1, cap->nchar == 'n'))
+#endif
            beep_flush();
 
        break;
index eecc4d8517dda48ba165440a175cb104fe58942a..b39f5c5d942ad4ab1da41af9c7e83d126d88f41b 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    616,
 /**/
     615,
 /**/