comparison src/main.c @ 41:f529edb9bab3 v7.0025

updated for version 7.0025
author vimboss
date Mon, 27 Dec 2004 21:59:20 +0000
parents f1d2a58883b9
children f55897d6921d
comparison
equal deleted inserted replaced
40:f1d2a58883b9 41:f529edb9bab3
1135 { 1135 {
1136 /* Temporarily add '(' and ')' to 'isfname'. These are valid 1136 /* Temporarily add '(' and ')' to 'isfname'. These are valid
1137 * filename characters but are excluded from 'isfname' to make 1137 * filename characters but are excluded from 'isfname' to make
1138 * "gf" work on a file name in parenthesis (e.g.: see vim.h). */ 1138 * "gf" work on a file name in parenthesis (e.g.: see vim.h). */
1139 do_cmdline_cmd((char_u *)":set isf+=(,)"); 1139 do_cmdline_cmd((char_u *)":set isf+=(,)");
1140 alist_expand(); 1140 alist_expand(NULL, 0);
1141 do_cmdline_cmd((char_u *)":set isf&"); 1141 do_cmdline_cmd((char_u *)":set isf&");
1142 } 1142 }
1143 #endif 1143 #endif
1144 fname = alist_name(&GARGLIST[0]); 1144 fname = alist_name(&GARGLIST[0]);
1145 } 1145 }