summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-01-18 22:01:42 +0100
committerBram Moolenaar <Bram@vim.org>2019-01-18 22:01:42 +0100
commit0314236aabcb2ca9d0b74074dadecf68d7c7ed5f (patch)
tree9126c287fb11749a7264796a8d405e871b08dfe9 /src/version.c
parent147e7d0caba8b66ff11622e514142bcc3d24403a (diff)
downloadvim-git-0314236aabcb2ca9d0b74074dadecf68d7c7ed5f.tar.gz
patch 8.1.0772: the sign_define_by_name() function is too longv8.1.0772
Problem: The sign_define_by_name() function is too long. Solution: Split it into smaller functions. (Yegappan Lakshmanan, closes #3819)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 1c764572e..84d583146 100644
--- a/src/version.c
+++ b/src/version.c
@@ -792,6 +792,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 772,
+/**/
771,
/**/
770,