comparison src/ex_docmd.c @ 17:9be87deaeb52 v7.0009

updated for version 7.0009
author vimboss
date Fri, 16 Jul 2004 20:18:37 +0000
parents 3ba373b54370
children cc049b00ee70
comparison
equal deleted inserted replaced
16:3ba373b54370 17:9be87deaeb52
3203 break; 3203 break;
3204 if (*p == NUL) 3204 if (*p == NUL)
3205 { 3205 {
3206 xp->xp_context = EXPAND_ENV_VARS; 3206 xp->xp_context = EXPAND_ENV_VARS;
3207 ++xp->xp_pattern; 3207 ++xp->xp_pattern;
3208 #if defined(FEAT_USR_CMDS) && defined(FEAT_CMDL_COMPL)
3209 /* Avoid that the assignment uses EXPAND_FILES again. */
3210 if (compl != EXPAND_USER_DEFINED)
3211 compl = EXPAND_ENV_VARS;
3212 #endif
3208 } 3213 }
3209 } 3214 }
3210 } 3215 }
3211 3216
3212 /* 3217 /*