Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC] version.c: mark N/A patches #1074

Merged
merged 1 commit into from
Aug 17, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
156 changes: 101 additions & 55 deletions src/nvim/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,52 @@ static char *(features[]) = {

static int included_patches[] = {
// Add new patch number below this line
//410,
//409,
//408,
//407,
//406,
//405,
//404,
//403,
//402,
//401,
//400,
//399,
//398,
//397,
//396,
//395,
//394,
//393,
//392,
//391,
//390,
//389,
//388,
//387,
//386,
//385,
//384,
//383,
//382,
//381,
//380 NA
//379,
//378,
//377,
//376,
//375,
//374,
//373,
//372,
//371,
//370,
//369,
//368,
//367,
//366,
//365,
//364,
//363,
//362,
Expand All @@ -193,7 +239,7 @@ static int included_patches[] = {
//359,
//358,
//357,
//356,
//356 NA
//355,
//354,
//353,
Expand All @@ -207,33 +253,33 @@ static int included_patches[] = {
//345,
//344,
//343,
//342,
//342 NA
//341,
//340,
//340 NA
//339,
//338,
//337,
//336,
335,
//334,
//333,
//332,
//333 NA
//332 NA
331,
//330,
//329,
328,
327,
//326,
//326 NA
//325,
//324,
323,
//322,
//321,
//322 NA
//321 NA
//320,
//319,
//319 NA
//318,
//317,
//316,
//316 NA
315,
314,
//313,
Expand All @@ -242,15 +288,15 @@ static int included_patches[] = {
//310,
309,
308,
//307,
//307 NA
306,
//305,
//304,
//304 NA
303,
302,
301,
//300,
//299,
//300 NA
//299 NA
298,
//297,
//296,
Expand All @@ -262,7 +308,7 @@ static int included_patches[] = {
290,
289,
288,
//287,
//287 NA
286,
285,
284,
Expand All @@ -276,10 +322,10 @@ static int included_patches[] = {
//276,
275,
274,
//273,
//273 NA
272,
//271,
//270,
//270 NA
269,
268,
267,
Expand All @@ -291,13 +337,13 @@ static int included_patches[] = {
261,
260,
//259,
//258,
//257,
//258 NA
//257 NA
//256,
//255,
//254,
253,
//252,
//252 NA
251,
//250,
//249,
Expand All @@ -319,76 +365,76 @@ static int included_patches[] = {
233,
232,
//231,
//230,
230,
229,
//228,
//227,
//228 NA
//227 NA
226,
//225,
//224,
//223,
//222,
//225 NA
//224 NA
//223 NA
//222 NA
221,
//220,
219,
218,
//217,
//216,
//217 NA
//216 NA
215,
//214,
//214 NA
213,
//212,
//212 NA
//211,
210,
209,
//208,
//208 NA
207,
//206,
//206 NA
205,
204,
203,
//202,
//202 NA
201,
//200,
//200 NA
199,
//198,
//197,
//196,
//195,
//194,
//198 NA
//197 NA
//196 NA
//195 NA
//194 NA
193,
192,
191,
//190,
//190 NA
//189,
//188,
//188 NA
187,
186,
//185,
184,
//183,
//182,
//183 NA
//182 NA
181,
//180,
//179,
//180 NA
//179 NA
178,
//177,
//177 NA
//176,
//175,
//174,
//175 NA
//174 NA
173,
172,
171,
170,
169,
//168,
//168 NA
167,
166,
//165,
//164,
//163,
//162,
//161,
165,
//164 NA
//163 NA
//162 NA
//161 NA
160,
159,
158,
Expand Down