1
0
forked from aniani/vim

updated for version 7.3.616

Problem:    Can't compile without +visual.
Solution:   Add #ifdef.
This commit is contained in:
Bram Moolenaar 2012-07-27 21:05:54 +02:00
parent 6c35beaa11
commit dad937f77f
2 changed files with 4 additions and 0 deletions

View 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;

View File

@ -714,6 +714,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
616,
/**/
615,
/**/