mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 8.1.0252: quickfix functions are too long
Problem: Quickfix functions are too long. Solution: Refactor. (Yegappan Lakshmanan, closes #2950)
This commit is contained in:
785
src/quickfix.c
785
src/quickfix.c
File diff suppressed because it is too large
Load Diff
@@ -794,6 +794,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
252,
|
||||||
/**/
|
/**/
|
||||||
251,
|
251,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user