mirror of
https://github.com/neovim/neovim.git
synced 2026-04-27 01:34:16 +00:00
docs: update version.c #38222
vim-patch:9.2.0128: Wayland: using _Boolean instead of bool type vim-patch:9.2.0133: memory leak in netbeans_file_activated() vim-patch:9.2.0136: memory leak in add_interface_from_super_class() vim-patch:1429277f0 gitattributes: mark dump files as linguist-generated vim-patch:9.2.0154: if_lua: runtime error with lua 5.5 vim-patch:9.2.0157: Vim9: concatenation can be improved vim-patch:9.2.0141: :perl ex commands allowed in restricted mode vim-patch:9.2.0142: Coverity: Dead code warning vim-patch:9.2.0146: dictionary lookups can be improved vim-patch:9.2.0148: Compile error when FEAT_DIFF is not defined vim-patch:9.2.0156: perleval() and rubyeval() ignore security settings
This commit is contained in:
committed by
GitHub
parent
f58d24040a
commit
ab05b58b88
@@ -59,7 +59,7 @@ char *version_cflags = "Compilation: " NVIM_VERSION_CFLAGS;
|
||||
// clang-format off
|
||||
static const int vim_versions[] = { 801, 802, 900, 901, 902 };
|
||||
|
||||
static const int num_patches[] = { 2331, 3803, 1574, 1612, 59 };
|
||||
static const int num_patches[] = { 2331, 3803, 1574, 1612, 76 };
|
||||
|
||||
static const int *included_patchsets[] = {
|
||||
(const int[]) { // 801
|
||||
@@ -3815,10 +3815,22 @@ static const int *included_patchsets[] = {
|
||||
// 0
|
||||
},
|
||||
(const int[]) { // 902
|
||||
125, 124,
|
||||
// 123
|
||||
122, 121, 120,
|
||||
// 110-119
|
||||
155,
|
||||
// 153-154
|
||||
152,
|
||||
// 148-151
|
||||
147,
|
||||
// 141-146
|
||||
140,
|
||||
// 138-139
|
||||
137,
|
||||
// 133-136
|
||||
132, 131, 130,
|
||||
// 126-129
|
||||
125, 124, 123, 122, 121, 120,
|
||||
// 115-119
|
||||
114,
|
||||
// 110-113
|
||||
109, 108,
|
||||
// 107
|
||||
106, 105,
|
||||
@@ -3829,21 +3841,19 @@ static const int *included_patchsets[] = {
|
||||
// 92-96
|
||||
91, 90,
|
||||
// 89
|
||||
88,
|
||||
// 82-87
|
||||
81,
|
||||
88, 87, 86,
|
||||
// 85
|
||||
84,
|
||||
// 83
|
||||
82, 81,
|
||||
// 79-80
|
||||
78, 77,
|
||||
// 76
|
||||
75, 74,
|
||||
// 71-73
|
||||
70,
|
||||
// 72-73
|
||||
71, 70,
|
||||
// 68-69
|
||||
67, 66, 65,
|
||||
// 64
|
||||
63,
|
||||
// 62
|
||||
61,
|
||||
67, 66, 65, 64, 63, 62, 61,
|
||||
// 60
|
||||
59, 58, 57, 56, 55, 54,
|
||||
// 53
|
||||
|
||||
Reference in New Issue
Block a user