mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 22:48:34 +00:00
vim-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 vim/vim#831)
2b2b8ae5ab
This commit is contained in:
@@ -599,7 +599,7 @@ static int included_patches[] = {
|
||||
// 1844,
|
||||
// 1843 NA
|
||||
1842,
|
||||
// 1841,
|
||||
1841,
|
||||
1840,
|
||||
// 1839,
|
||||
// 1838,
|
||||
|
Reference in New Issue
Block a user