commit | b4a6020ac6a0638167013f1e45ff440ddc8a1671 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 31 19:40:07 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 31 19:40:07 2019 +0200 |
tree | c862765096dc61d14e1e8a4c7825e30189c9fe8a | |
parent | 95946f1209ad088bfe55c83256c299156c11d8e0 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index c82a153..1b38d29 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1099, +/**/ 1098, /**/ 1097,