]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1841 v7.4.1841
authorBram Moolenaar <Bram@vim.org>
Tue, 24 May 2016 17:59:51 +0000 (19:59 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 24 May 2016 17:59:51 +0000 (19:59 +0200)
commit2b2b8ae5ab37b04584633c469265d85825166905
tree735cc419532a905add4c9c3518976c7152b464a1
parenta57024453115592b8847af40ddd965a33898e390
patch 7.4.1841
Problem:    The code to reallocate the buffer used for quickfix is repeated.
Solution:   Move the code to a function. (Yegappan Lakshmanan, closes #831)
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c