comparison src/tag.c @ 698:e402b0af6083

updated for version 7.0211
author vimboss
date Wed, 01 Mar 2006 22:01:55 +0000
parents a28f83d37113
children 0f9f4761ad9c
comparison
equal deleted inserted replaced
697:f08390485cd3 698:e402b0af6083
194 } 194 }
195 195
196 prev_num_matches = num_matches; 196 prev_num_matches = num_matches;
197 free_string_option(nofile_fname); 197 free_string_option(nofile_fname);
198 nofile_fname = NULL; 198 nofile_fname = NULL;
199
200 clearpos(&saved_fmark.mark); /* shutup gcc 4.0 */
201 saved_fmark.fnum = 0;
199 202
200 /* 203 /*
201 * Don't add a tag to the tagstack if 'tagstack' has been reset. 204 * Don't add a tag to the tagstack if 'tagstack' has been reset.
202 */ 205 */
203 if ((!p_tgst && *tag != NUL)) 206 if ((!p_tgst && *tag != NUL))