comparison src/ex_cmds2.c @ 642:2392a6da4aa4 v7.0186

updated for version 7.0186
author vimboss
date Mon, 23 Jan 2006 22:30:28 +0000
parents 25a70b1cd2da
children 83a006f81bac
comparison
equal deleted inserted replaced
641:6a944e0bd5d2 642:2392a6da4aa4
1606 str = do_one_arg(str); 1606 str = do_one_arg(str);
1607 } 1607 }
1608 return OK; 1608 return OK;
1609 } 1609 }
1610 1610
1611 #if defined(FEAT_QUICKFIX) || (defined(FEAT_SYN_HL) && defined(FEAT_MBYTE)) \ 1611 #if defined(FEAT_QUICKFIX) || defined(FEAT_SYN_HL) || defined(PROTO)
1612 || defined(PROTO)
1613 /* 1612 /*
1614 * Parse a list of arguments (file names), expand them and return in 1613 * Parse a list of arguments (file names), expand them and return in
1615 * "fnames[fcountp]". 1614 * "fnames[fcountp]".
1616 * Return FAIL or OK. 1615 * Return FAIL or OK.
1617 */ 1616 */