mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 19:06:31 +00:00
lint
This commit is contained in:
@@ -2044,9 +2044,10 @@ get_tagfname (
|
|||||||
return FAIL; // avoid duplicate file names
|
return FAIL; // avoid duplicate file names
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else
|
} else {
|
||||||
STRLCPY(buf, ((char_u **)(tag_fnames.ga_data))[
|
STRLCPY(buf, ((char_u **)(tag_fnames.ga_data))[tnp->tn_hf_idx++],
|
||||||
tnp->tn_hf_idx++], MAXPATHL);
|
MAXPATHL);
|
||||||
|
}
|
||||||
return OK;
|
return OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user