]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0776: function prototypes missing without the quickfix feature v8.0.0776
authorBram Moolenaar <Bram@vim.org>
Tue, 25 Jul 2017 21:31:12 +0000 (23:31 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 25 Jul 2017 21:31:12 +0000 (23:31 +0200)
commitf0a521f4f76904edb74e182c12732189b347ff68
tree6814c7f84c1f6120b504d427bca34feaf9c36a45
parentfc716d725613c3b5934e7eac6573adde8e4f8183
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.
src/buffer.c
src/proto/buffer.pro
src/proto/quickfix.pro
src/quickfix.c
src/version.c