comparison src/tag.c @ 602:111509d2767a

updated for version 7.0171
author vimboss
date Fri, 16 Dec 2005 21:49:31 +0000
parents bc49ed25543d
children 8157079cea85
comparison
equal deleted inserted replaced
601:bc7ec0f1f7f3 602:111509d2767a
2417 "doc/tags" 2417 "doc/tags"
2418 #endif 2418 #endif
2419 , TRUE, found_tagfile_cb, NULL); 2419 , TRUE, found_tagfile_cb, NULL);
2420 hf_idx = 0; 2420 hf_idx = 0;
2421 } 2421 }
2422 else if (hf_idx >= tag_fnames.ga_len) 2422
2423 if (hf_idx >= tag_fnames.ga_len)
2423 { 2424 {
2424 /* Not found in 'runtimepath', use 'helpfile', if it exists and 2425 /* Not found in 'runtimepath', use 'helpfile', if it exists and
2425 * wasn't used yet, replacing "help.txt" with "tags". */ 2426 * wasn't used yet, replacing "help.txt" with "tags". */
2426 if (hf_idx > tag_fnames.ga_len || *p_hf == NUL) 2427 if (hf_idx > tag_fnames.ga_len || *p_hf == NUL)
2427 return FAIL; 2428 return FAIL;