1
0
forked from aniani/vim

updated for version 7.0171

This commit is contained in:
Bram Moolenaar
2005-12-16 21:49:31 +00:00
parent bca84a12bd
commit 12033fb4bf
8 changed files with 69 additions and 38 deletions

View File

@@ -2419,7 +2419,8 @@ get_tagfname(first, buf)
, TRUE, found_tagfile_cb, NULL);
hf_idx = 0;
}
else if (hf_idx >= tag_fnames.ga_len)
if (hf_idx >= tag_fnames.ga_len)
{
/* Not found in 'runtimepath', use 'helpfile', if it exists and
* wasn't used yet, replacing "help.txt" with "tags". */