]> granicus.if.org Git - vim/commit
patch 8.2.4538: the find_tags_in_file() function is too long v8.2.4538
authorYegappan Lakshmanan <yegappan@yahoo.com>
Thu, 10 Mar 2022 18:36:54 +0000 (18:36 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 10 Mar 2022 18:36:54 +0000 (18:36 +0000)
commitbf40e90dfeb1d3d0280077e65782beb3fee31c9f
tree0d25c44b993fb8c6909eab71b8e274143255381d
parent48f83c31d14702b40ad0bf3c61091871d9db072d
patch 8.2.4538: the find_tags_in_file() function is too long

Problem:    The find_tags_in_file() function is too long.
Solution:   Refactor into smaller functions. (Yegappan Lakshmanan,
            closes #9920)
src/tag.c
src/testdir/test_tagjump.vim
src/version.c