diff options
-rw-r--r-- | src/nvim/version.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 4360b3776b..8bfd2f5021 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -101,7 +101,7 @@ static const int included_patches[] = { 1820, 1819, 1818, - // 1817, + 1817, 1816, 1815, 1814, @@ -132,7 +132,7 @@ static const int included_patches[] = { // 1789, 1788, 1787, - // 1786, + 1786, 1785, 1784, // 1783, @@ -378,9 +378,9 @@ static const int included_patches[] = { // 1543, 1542, 1541, - // 1540, + 1540, 1539, - // 1538, + 1538, 1537, 1536, 1535, @@ -396,7 +396,7 @@ static const int included_patches[] = { // 1525, 1524, 1523, - // 1522, + 1522, 1521, // 1520, 1519, @@ -423,11 +423,11 @@ static const int included_patches[] = { 1498, 1497, 1496, - // 1495, + 1495, 1494, 1493, 1492, - // 1491, + 1491, 1490, 1489, 1488, @@ -562,7 +562,7 @@ static const int included_patches[] = { 1359, // 1358, 1357, - // 1356, + 1356, // 1355, // 1354, 1353, |