summaryrefslogtreecommitdiffstats
path: root/src/testdir/test83-tags3
AgeCommit message (Collapse)Author
2022-03-05patch 8.2.4512: the find_tags_in_file() function is much too longv8.2.4512Yegappan Lakshmanan
Problem: The find_tags_in_file() function is much too long. Solution: Refactor into multiple smaller functions. (Yegappan Lakshmanan, closes #9892)
2011-10-12updated for version 7.3.336v7.3.336Bram Moolenaar
Problem: When a tags file specifies an encoding different from 'enc' it may hang and using a pattern doesn't work. Solution: Convert the whole line. Continue reading the header after the SORT tag. Add test83. (Yukihiro Nakadaira)