commit | 5d91646599a7b74310845e30a2a52ff197dc0ed7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 14 18:42:47 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 14 18:42:47 2016 +0200 |
tree | 5b1ec88bbbedb66ec0892dc4eb81748eaafb84f5 | |
parent | 52196b2dbe3b64b5054e1df3d3aa8fc65e30addc [diff] [blame] |
patch 7.4.1738 Problem: Count for ":messages" depends on number of lines. Solution: Add ADDR_OTHER address type.
diff --git a/src/version.c b/src/version.c index 0f8ff39..ad1511c 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1738, +/**/ 1737, /**/ 1736,