commit | f0a521f4f76904edb74e182c12732189b347ff68 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 25 23:31:12 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 25 23:31:12 2017 +0200 |
tree | 6814c7f84c1f6120b504d427bca34feaf9c36a45 | |
parent | fc716d725613c3b5934e7eac6573adde8e4f8183 [diff] [blame] |
patch 8.0.0776: function prototypes missing without the quickfix feature Problem: Function prototypes missing without the quickfix feature. (Tony Mechelynck) Solution: Move non-quickfix functions to buffer.c.
diff --git a/src/version.c b/src/version.c index c48806a..530663e 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 776, +/**/ 775, /**/ 774,