commit | bbea47075cc4e7826e9f8c203e4272ba023ed7b0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 01 13:20:31 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 01 13:20:31 2019 +0100 |
tree | fbdec3eeea4ca32ada2f309d8c0155087775cfb5 | |
parent | 9067cd6cdfdc0bb869aa7f5d2a6c607ea8255239 [diff] [blame] |
patch 8.1.0673: functionality for signs is spread out over several files Problem: Functionality for signs is spread out over several files. Solution: Move most of the sign functionality into sign.c. (Yegappan Lakshmanan, closes #3751)
diff --git a/src/version.c b/src/version.c index 623d2a0..8240912 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 673, +/**/ 672, /**/ 671,