]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1099: the do_tag() function is too long v8.1.1099
authorBram Moolenaar <Bram@vim.org>
Sun, 31 Mar 2019 17:40:07 +0000 (19:40 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 31 Mar 2019 17:40:07 +0000 (19:40 +0200)
commitb4a6020ac6a0638167013f1e45ff440ddc8a1671
treec862765096dc61d14e1e8a4c7825e30189c9fe8a
parent95946f1209ad088bfe55c83256c299156c11d8e0
patch 8.1.1099: the do_tag() function is too long

Problem:    The do_tag() function is too long.
Solution:   Factor parts out to separate functions.  Move simplify_filename()
            to a file where it fits better. (Andy Massimino, closes #4195)
src/findfile.c
src/proto/findfile.pro
src/proto/tag.pro
src/tag.c
src/version.c