mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Add more commented patch numbers to version.c
This should help reduce conflicts when merging patches from upstream
This commit is contained in:
parent
71e1cccc7a
commit
5eae88d0fa
@ -202,6 +202,58 @@ static char *(features[]) = {
|
||||
|
||||
static int included_patches[] = {
|
||||
// Add new patch number below this line
|
||||
//258,
|
||||
//257,
|
||||
//256,
|
||||
//255,
|
||||
//254,
|
||||
//253,
|
||||
//252,
|
||||
//251,
|
||||
//250,
|
||||
//249,
|
||||
//248,
|
||||
//247,
|
||||
//246,
|
||||
//245,
|
||||
//244,
|
||||
//243,
|
||||
//242,
|
||||
//241,
|
||||
//240,
|
||||
//240,
|
||||
//239,
|
||||
//238,
|
||||
//237,
|
||||
//236,
|
||||
//235,
|
||||
//234,
|
||||
//233,
|
||||
//232,
|
||||
//231,
|
||||
//230,
|
||||
//229,
|
||||
//228,
|
||||
//227,
|
||||
//226,
|
||||
//225,
|
||||
//224,
|
||||
//223,
|
||||
//222,
|
||||
//221,
|
||||
//220,
|
||||
//219,
|
||||
//218,
|
||||
//217,
|
||||
//216,
|
||||
//215,
|
||||
//214,
|
||||
//213,
|
||||
//212,
|
||||
//211,
|
||||
//210,
|
||||
//209,
|
||||
//208,
|
||||
207,
|
||||
//206,
|
||||
205,
|
||||
|
Loading…
Reference in New Issue
Block a user