mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
Add more commented patch numbers to version.c (3) #940
This should help reduce conflicts when merging patches from upstream.
This commit is contained in:
parent
2b62dcddf8
commit
510db30376
@ -202,6 +202,54 @@ static char *(features[]) = {
|
||||
|
||||
static int included_patches[] = {
|
||||
// Add new patch number below this line
|
||||
//364,
|
||||
//363,
|
||||
//362,
|
||||
//361,
|
||||
//360,
|
||||
//359,
|
||||
//358,
|
||||
//357,
|
||||
//356,
|
||||
//355,
|
||||
//354,
|
||||
//353,
|
||||
//352,
|
||||
//351,
|
||||
//350,
|
||||
//349,
|
||||
//348,
|
||||
//347,
|
||||
//346,
|
||||
//345,
|
||||
//344,
|
||||
//343,
|
||||
//342,
|
||||
//341,
|
||||
//340,
|
||||
//339,
|
||||
//338,
|
||||
//337,
|
||||
//336,
|
||||
//335,
|
||||
//334,
|
||||
//333,
|
||||
//332,
|
||||
//331,
|
||||
//330,
|
||||
//329,
|
||||
//328,
|
||||
//327,
|
||||
//326,
|
||||
//325,
|
||||
//324,
|
||||
//323,
|
||||
//322,
|
||||
//321,
|
||||
//320,
|
||||
//319,
|
||||
//318,
|
||||
//317,
|
||||
//316,
|
||||
//315,
|
||||
//314,
|
||||
|
Loading…
Reference in New Issue
Block a user