version.c: update [ci skip] (#9875)

vim-patch:8.0.0514: script for creating cmdidxs can be improved
vim-patch:8.0.0715
vim-patch:8.0.0754: terminal window does not support colors
vim-patch:8.0.0755: terminal window does not have colors in the GUI
vim-patch:8.0.0760: terminal window colors wrong with 'termguicolors'
vim-patch:8.0.0769: build problems with terminal on MS-Windows
vim-patch:8.0.0775: in a terminal the cursor is updated too often
vim-patch:8.0.0777: compiler warnings with 64 bit compiler
vim-patch:8.0.0779: :term without an argument uses empty buffer name
vim-patch:8.0.0781: MS-Windows: memory leak when using :terminal
vim-patch:8.0.0783: job of terminal may be freed too early
vim-patch:8.0.0784: job of terminal may be garbage collected
vim-patch:8.0.0787: cannot send CTRL-W command to terminal job
vim-patch:8.0.0788: MS-Windows: cannot build with terminal feature
vim-patch:8.0.0789: splitting terminal window has resizing problems
vim-patch:8.0.0793: using wrong terminal name for terminal window
vim-patch:8.0.0798: no highlighting in a terminal window with a finished job
vim-patch:8.0.0800
vim-patch:8.0.0801: terminal window title says "running" after job exits
vim-patch:8.0.0807: terminal window can't handle mouse buttons
vim-patch:8.0.0813: cannot use a terminal window while the job is running
vim-patch:8.0.0815: terminal window not correctly updated
vim-patch:8.0.0819: cursor not positioned in terminal window
vim-patch:8.0.0820: GUI: cursor in terminal window lags behind
vim-patch:8.0.0823: cannot paste text into a terminal window
vim-patch:8.0.0824: in Terminal mode the cursor and screen gets redrawn
vim-patch:8.0.0826: cannot use text objects in Terminal mode
vim-patch:8.0.0827: Coverity: could leak pty file descriptor
vim-patch:8.0.0829: job running in terminal can't communicate with Vim
vim-patch:8.0.0832: terminal function arguments are not consistent
vim-patch:8.0.0833: terminal test fails
vim-patch:8.0.0836: can abandon a terminal buffer after making a change
vim-patch:8.0.0838: buffer hangs around whem terminal window is closed
vim-patch:8.0.0839: cannot kill a job in a terminal with CTRL-C
vim-patch:8.0.0841: term_getline() may cause a crash
vim-patch:8.0.0842: using slave pty after closing it
vim-patch:8.0.0845: MS-Windows: missing semicolon in terminal code
vim-patch:8.0.0846: cannot get the name of the pty of a job
vim-patch:8.0.0848: using multiple ch_log functions is clumsy
vim-patch:8.0.0849: crash when job exit callback wipes the terminal
vim-patch:8.0.0850: MS-Windows: error message while starting up may be broken
vim-patch:8.0.0852: MS-Windows: possible crash when giving a message on startup
vim-patch:8.0.0854: no redraw after terminal was closed
vim-patch:8.0.0855: MS-Windows: can't get tty name of terminal
vim-patch:8.0.0856: MS-Windows: terminal job doesn't take options
vim-patch:8.0.0857: terminal test fails on MS-Windows
vim-patch:8.0.0859: NULL pointer access when term_free_vterm called twice
vim-patch:8.0.0860: side effects when channel appends to a buffer
vim-patch:8.0.0868: cannot specify the terminal size on the command line
vim-patch:8.0.0873: in terminal cannot use CTRL-\ CTRL-N to start Visual mode
vim-patch:8.0.0888: compiler warnings with 64 bit build
vim-patch:8.0.0889: gcc gives warnings for uninitialized variables
vim-patch:8.0.0891: uninitialized memory use with empty line in terminal
vim-patch:8.0.0897: wrong error message for invalid term_finish value
vim-patch:8.0.0905: MS-Windows: broken multi-byte characters in the console
vim-patch:8.0.0907: with cp932 font names might be misinterpreted
vim-patch:8.0.0911: terminal test takes too long
vim-patch:8.0.0928: MS-Windows: passing arglist to job has escaping problems
vim-patch:8.0.0945: 64-bit compiler warnings
vim-patch:8.0.0949: winpty.dll name is fixed
vim-patch:8.0.0952: has('terminal') does not check existence of dll file
vim-patch:8.0.1028: MS-Windows: viminfo uses $VIM/_viminfo if $HOME not set
vim-patch:8.0.1061: Coverity: no check for NULL command
vim-patch:8.0.1063: Coverity warns for NULL check and array use
vim-patch:8.0.1064: Coverity warns for leaking resource
vim-patch:8.0.1138: click in window toolbar starts Visual mode
vim-patch:8.0.1266: Test_swap_directory was commented out
vim-patch:8.0.1348: make testclean deletes script file on MS-Windows
vim-patch:8.0.1499: out-of-memory situation not correctly handled
vim-patch:8.0.1501: out-of-memory situation not correctly handled
vim-patch:8.0.1524: compiler warnings for uninitialized variables
vim-patch:8.0.1532: compiler warnings without termguicolors feature
vim-patch:8.0.1607: --clean loads user settings from .gvimrc
vim-patch:8.0.1626: compiler warning for possible loss of data
vim-patch:8.0.1654: warnings for conversion of void to function pointer
vim-patch:8.0.1661: warnings from 64 bit compiler
vim-patch:8.0.1676: no compiler warning for wrong printf format
vim-patch:8.0.1677: no compiler warning for wrong format in vim_snprintf()
vim-patch:8.0.1687: 64 bit compiler warnings
vim-patch:8.0.1773: dialog messages are not translated
vim-patch:8.0.1803: warning for uninitialized variable
vim-patch:8.0.1824: Coverity warns for variable that may be uninitialized
vim-patch:8.0.1827: compiler warning for signed/unsigned char pointers

vim-patch:8.1.0023: gcc 8.1 warns for use of strncpy()
vim-patch:8.1.0054: compiler warning for using %ld for "long long"
vim-patch:8.1.0645: Coverity warns for possible use of NULL pointer
vim-patch:8.1.0704: building with Ruby 2.6 gives compiler warnings
vim-patch:8.1.0721: conceal mode is not sufficiently tested
vim-patch:8.1.0725: conceal mode is not completely tested
vim-patch:8.1.0730: compiler warning for get_buf_arg() unused
vim-patch:8.1.0744: compiler warnings for signed/unsigned strings
vim-patch:8.1.0762: compiler warning
vim-patch:8.1.0763: nobody is using the Sun Workshop support
vim-patch:8.1.0773: not all crypt code is tested
vim-patch:8.1.0787: compiler warning for unused function
vim-patch:8.1.0791: a few compiler warnings on VMS
vim-patch:8.1.0801: MinGW: no hint that tests fail because of small terminal
vim-patch:8.1.0838: compiler warning for type conversion
vim-patch:8.1.0962: building with MinGW and static libs doesn't work
vim-patch:8.1.1145: compiler warning for unused function
vim-patch:8.1.1146: in MS-Windows console colors in a terminal window are wrong
vim-patch:8.1.1147: desktop file translations are requiring manual updates
vim-patch:8.1.1149: building desktop files fails with older msgfmt
vim-patch:8.1.1150: generating desktop files not tested on Travis
vim-patch:8.1.1151: build fails when using shadow directory
vim-patch:8.1.1152: compiler warning with VS2019
vim-patch:8.1.1154: getting a newer msgfmt on Travis is too complicated
vim-patch:8.1.1158: json encoded string is sometimes missing the final NUL
vim-patch:8.1.1159: MS-Windows: with a silent (un)install $VIM/_vimrc is removed
vim-patch:8.1.1161: unreachable code
vim-patch:8.1.1163: codecov does not report all the coverage information
vim-patch:8.1.1174: cannot build with Ruby 1.8
vim-patch:8.1.1182: some function prototypes are outdated
vim-patch:8.1.1183: typos in VisVim comments
vim-patch:8.1.1196: parallel build may fail
vim-patch:8.1.1198: bracketed paste may remain active after Vim exists
vim-patch:8.1.1208: links to repository use wrong file name
vim-patch:8.1.1215: "make clean" does not remove generated src/po files
vim-patch:8.1.1217: MS-Windows: no space reserved for font quality name
vim-patch:8.1.1220: build fails on MS-Windows
vim-patch:8.1.1222: build still fails on MS-Windows
vim-patch:8.1.1225: cannot create a pty to use with :terminal on FreeBSD
vim-patch:8.1.1227: duplicate entries in the generate .desktop files
vim-patch:8.1.1229: warning for posix_openpt() not declared
vim-patch:8.1.1233: cannot build tiny version
vim-patch:8.1.1238: MS-Windows: compiler warning for sprintf() format
vim-patch:8.1.1239: key with byte sequence containing CSI does not work
vim-patch:8.1.1240: runtime desktop files are overwritten by build
vim-patch:8.1.1243: compiler warnings for incomplete switch statement
vim-patch:8.1.1246: cannot handle negative mouse coordinate from urxvt
vim-patch:8.1.1255: building desktop files fails on FreeBSD
vim-patch:8.1.1257: MSVC: name of object directory now always right
vim-patch:8.1.1258: the "N files to edit" message can not be surpressed
vim-patch:8.1.1262: cannot simulate a mouse click in a test
vim-patch:8.0.1270: mismatching file name with Filelist
vim-patch:8.1.1273: compiler warning in direct write code
vim-patch:8.1.1277: missing screenshot update
vim-patch:8.1.1282: running make in src/po leaves LINGUAS file behind
vim-patch:8.1.1287: cannot build with +eval but without +mouse
vim-patch:8.1.1290: .hgignore and .gitignore are either distributed or in git
vim-patch:8.1.1294: MS-Windows: Some fonts return wrong average char width
vim-patch:8.0.1298: missing test file
vim-patch:8.1.1301: when compiled with VIMDLL some messages are not shown
vim-patch:8.1.1304: MS-Windows: compiler warning for unused value
vim-patch:8.1.1314: MSVC makefile is not nicely indented
vim-patch:8.1.1315: there is always a delay if a termrequest is never answered
vim-patch:8.1.1317: output from Travis can be improved
vim-patch:8.1.1322: Cygwin makefile is not nicely indented
vim-patch:8.1.1323: 'mouse' option is reset when using GPM mouse
vim-patch:8.1.1324: stray comma in VMS makefile
vim-patch:8.1.1339: installer needs to product name et al.
vim-patch:8.1.1361: Python setuptools don't work with Python 3
vim-patch:8.1.1369: get E484 when using system() during GUI startup
vim-patch:8.1.1370: not using the new github feature for donations
vim-patch:8.1.1377: MS-Windows GUI uses wrong shell command for bash
vim-patch:8.1.1380: MS-Windows building VIMDLL with MSVC: SUBSYSTEM is not set
vim-patch:8.1.1381: MS-Windows: missing build dependency
vim-patch:8.1.1397: build fails in tiny version
vim-patch:8.1.1398: duplicate line in MSVC build file
vim-patch:8.1.1404: cannot change the patch level when building with NSIS
vim-patch:8.1.1153 does not exist or was suppose to be
                   9a419ffb93
                   which is N/A.
vim-patch:8.0.0732: when updating a buffer modeless selection is lost
vim-patch:8.0.0764: 'termkey' does not work yet (already implemented in #1820)
vim-patch:8.0.0766: option test fails with +terminal feature (also about termkey, #1820)
This commit is contained in:
Marvim the Paranoid Android 2019-05-28 01:00:56 +02:00 committed by Justin M. Keyes
parent 69b3d5acd3
commit c423ec65dc

View File

@ -90,7 +90,7 @@ static const int included_patches[] = {
1834, 1834,
1833, 1833,
1832, 1832,
// 1831, 1831,
// 1830, // 1830,
1829, 1829,
1828, 1828,
@ -116,7 +116,7 @@ static const int included_patches[] = {
1808, 1808,
1807, 1807,
// 1806, // 1806,
// 1805, 1805,
// 1804, // 1804,
// 1803, // 1803,
// 1802, // 1802,
@ -139,7 +139,7 @@ static const int included_patches[] = {
1785, 1785,
// 1784, // 1784,
// 1783, // 1783,
// 1782, 1782,
1781, 1781,
// 1780, // 1780,
1779, 1779,
@ -171,7 +171,7 @@ static const int included_patches[] = {
// 1753, // 1753,
// 1752, // 1752,
1751, 1751,
// 1750, 1750,
1749, 1749,
1748, 1748,
// 1747, // 1747,
@ -194,7 +194,7 @@ static const int included_patches[] = {
1730, 1730,
// 1729, // 1729,
// 1728, // 1728,
// 1727, 1727,
// 1726, // 1726,
// 1725, // 1725,
// 1724, // 1724,
@ -213,7 +213,7 @@ static const int included_patches[] = {
// 1711, // 1711,
1710, 1710,
// 1709, // 1709,
// 1708, 1708,
1707, 1707,
// 1706, // 1706,
1705, 1705,
@ -228,7 +228,7 @@ static const int included_patches[] = {
1696, 1696,
// 1695, // 1695,
// 1694, // 1694,
// 1693, 1693,
1692, 1692,
// 1691, // 1691,
// 1690, // 1690,
@ -243,7 +243,7 @@ static const int included_patches[] = {
// 1681, // 1681,
// 1680, // 1680,
1679, 1679,
// 1678, 1678,
// 1677, // 1677,
// 1676, // 1676,
1675, 1675,
@ -263,7 +263,7 @@ static const int included_patches[] = {
// 1661, // 1661,
// 1660, // 1660,
1659, 1659,
// 1658, 1658,
// 1657, // 1657,
// 1656, // 1656,
// 1655, // 1655,
@ -287,7 +287,7 @@ static const int included_patches[] = {
// 1637, // 1637,
// 1636, // 1636,
1635, 1635,
// 1634, 1634,
1633, 1633,
// 1632, // 1632,
// 1631, // 1631,
@ -352,13 +352,13 @@ static const int included_patches[] = {
// 1572, // 1572,
1571, 1571,
// 1570, // 1570,
// 1569, 1569,
// 1568, // 1568,
1567, 1567,
1566, 1566,
1565, 1565,
1564, 1564,
// 1563, 1563,
// 1562, // 1562,
1561, 1561,
1560, 1560,
@ -376,7 +376,7 @@ static const int included_patches[] = {
1548, 1548,
1547, 1547,
// 1546, // 1546,
// 1545, 1545,
// 1544, // 1544,
// 1543, // 1543,
// 1542, // 1542,
@ -402,16 +402,16 @@ static const int included_patches[] = {
// 1522, // 1522,
// 1521, // 1521,
// 1520, // 1520,
// 1519, 1519,
// 1518, // 1518,
1517, 1517,
// 1516, // 1516,
// 1515, // 1515,
// 1514, 1514,
// 1513, 1513,
1512, 1512,
// 1511, // 1511,
// 1510, 1510,
1509, 1509,
1508, 1508,
1507, 1507,
@ -421,11 +421,11 @@ static const int included_patches[] = {
1503, 1503,
1502, 1502,
// 1501, // 1501,
// 1500, 1500,
// 1499, // 1499,
// 1498, 1498,
// 1497, 1497,
// 1496, 1496,
// 1495, // 1495,
1494, 1494,
1493, 1493,
@ -440,7 +440,7 @@ static const int included_patches[] = {
// 1484, // 1484,
1483, 1483,
// 1482, // 1482,
// 1481, 1481,
// 1480, // 1480,
// 1479, // 1479,
1478, 1478,
@ -489,7 +489,7 @@ static const int included_patches[] = {
1435, 1435,
1434, 1434,
1433, 1433,
// 1432, 1432,
1431, 1431,
// 1430, // 1430,
// 1429, // 1429,
@ -501,7 +501,7 @@ static const int included_patches[] = {
1423, 1423,
// 1422, // 1422,
1421, 1421,
// 1420, 1420,
1419, 1419,
1418, 1418,
1417, 1417,
@ -510,12 +510,12 @@ static const int included_patches[] = {
// 1414, // 1414,
1413, 1413,
// 1412, // 1412,
// 1411, 1411,
1410, 1410,
1409, 1409,
// 1408, 1408,
1407, 1407,
// 1406, 1406,
// 1405, // 1405,
1404, 1404,
1403, 1403,
@ -532,7 +532,7 @@ static const int included_patches[] = {
1392, 1392,
1391, 1391,
1390, 1390,
// 1389, 1389,
// 1388, // 1388,
1387, 1387,
// 1386, // 1386,
@ -568,7 +568,7 @@ static const int included_patches[] = {
// 1356, // 1356,
// 1355, // 1355,
// 1354, // 1354,
// 1353, 1353,
1352, 1352,
1351, 1351,
1350, 1350,
@ -622,7 +622,7 @@ static const int included_patches[] = {
1302, 1302,
1301, 1301,
// 1300, // 1300,
// 1299, 1299,
// 1298, // 1298,
// 1297, // 1297,
// 1296, // 1296,
@ -654,11 +654,11 @@ static const int included_patches[] = {
// 1270, // 1270,
1269, 1269,
1268, 1268,
// 1267, 1267,
// 1266, // 1266,
// 1265, 1265,
// 1264, // 1264,
// 1263, 1263,
1262, 1262,
// 1261, // 1261,
// 1260, // 1260,
@ -701,7 +701,7 @@ static const int included_patches[] = {
1223, 1223,
1222, 1222,
1221, 1221,
// 1220, 1220,
1219, 1219,
1218, 1218,
// 1217, // 1217,
@ -713,7 +713,7 @@ static const int included_patches[] = {
1211, 1211,
1210, 1210,
1209, 1209,
// 1208, 1208,
1207, 1207,
1206, 1206,
1205, 1205,
@ -722,7 +722,7 @@ static const int included_patches[] = {
// 1202, // 1202,
1201, 1201,
1200, 1200,
// 1199, 1199,
1198, 1198,
1197, 1197,
1196, 1196,
@ -739,7 +739,7 @@ static const int included_patches[] = {
1185, 1185,
1184, 1184,
1183, 1183,
// 1182, 1182,
1181, 1181,
1180, 1180,
// 1179, // 1179,
@ -776,24 +776,24 @@ static const int included_patches[] = {
1148, 1148,
1147, 1147,
// 1146, // 1146,
// 1145, 1145,
// 1144, 1144,
// 1143, 1143,
// 1142, // 1142,
1141, 1141,
1140, 1140,
// 1139, // 1139,
// 1138, // 1138,
// 1137, 1137,
1136, 1136,
1135, 1135,
// 1134, // 1134,
// 1133, 1133,
// 1132, 1132,
// 1131, // 1131,
// 1130, 1130,
// 1129, // 1129,
// 1128, 1128,
// 1127, // 1127,
// 1126, // 1126,
// 1125, // 1125,
@ -809,15 +809,15 @@ static const int included_patches[] = {
1115, 1115,
1114, 1114,
// 1113, // 1113,
// 1112, 1112,
1111, 1111,
1110, 1110,
// 1109, // 1109,
1108, 1108,
// 1107, 1107,
// 1106, // 1106,
1105, 1105,
// 1104, 1104,
// 1103, // 1103,
// 1102, // 1102,
// 1101, // 1101,
@ -828,21 +828,21 @@ static const int included_patches[] = {
// 1096, // 1096,
// 1095, // 1095,
1094, 1094,
// 1093, 1093,
// 1092, 1092,
1091, 1091,
1090, 1090,
1089, 1089,
1088, 1088,
// 1087, // 1087,
1086, 1086,
// 1085, 1085,
1084, 1084,
// 1083, // 1083,
// 1082, 1082,
// 1081, // 1081,
// 1080, // 1080,
// 1079, 1079,
1078, 1078,
1077, 1077,
// 1076, // 1076,
@ -903,7 +903,7 @@ static const int included_patches[] = {
1021, 1021,
1020, 1020,
1019, 1019,
// 1018, 1018,
1017, 1017,
1016, 1016,
// 1015, // 1015,
@ -916,9 +916,9 @@ static const int included_patches[] = {
1008, 1008,
1007, 1007,
1006, 1006,
// 1005, 1005,
1004, 1004,
// 1003, 1003,
// 1002, // 1002,
1001, 1001,
// 1000, // 1000,
@ -952,7 +952,7 @@ static const int included_patches[] = {
972, 972,
971, 971,
// 970, // 970,
// 969, 969,
// 968, // 968,
967, 967,
966, 966,
@ -970,8 +970,8 @@ static const int included_patches[] = {
954, 954,
// 953, // 953,
// 952, // 952,
// 951, 951,
// 950, 950,
// 949, // 949,
948, 948,
// 947, // 947,
@ -1006,7 +1006,7 @@ static const int included_patches[] = {
// 918, // 918,
// 917, // 917,
// 916, // 916,
// 915, 915,
// 914, // 914,
// 913, // 913,
// 912, // 912,
@ -1018,7 +1018,7 @@ static const int included_patches[] = {
906, 906,
// 905, // 905,
904, 904,
// 903, 903,
// 902, // 902,
901, 901,
900, 900,
@ -1035,7 +1035,7 @@ static const int included_patches[] = {
// 889, // 889,
// 888, // 888,
// 887, // 887,
// 886, 886,
// 885, // 885,
// 884, // 884,
883, 883,
@ -1045,12 +1045,12 @@ static const int included_patches[] = {
879, 879,
878, 878,
// 877, // 877,
// 876, 876,
875, 875,
// 874, // 874,
// 873, // 873,
// 872, 872,
// 871, 871,
// 870, // 870,
// 869, // 869,
// 868, // 868,
@ -1068,7 +1068,7 @@ static const int included_patches[] = {
// 856, // 856,
// 855, // 855,
// 854, // 854,
// 853, 853,
// 852, // 852,
851, 851,
// 850, // 850,
@ -1077,11 +1077,11 @@ static const int included_patches[] = {
847, 847,
// 846, // 846,
// 845, // 845,
// 844, 844,
// 843, 843,
// 842, // 842,
// 841, // 841,
// 840, 840,
// 839, // 839,
// 838, // 838,
837, 837,
@ -1109,7 +1109,7 @@ static const int included_patches[] = {
// 815, // 815,
814, 814,
// 813, // 813,
// 812, 812,
811, 811,
810, 810,
809, 809,
@ -1117,14 +1117,14 @@ static const int included_patches[] = {
// 807, // 807,
806, 806,
805, 805,
// 804, 804,
// 803, // 803,
// 802, 802,
// 801, // 801,
// 800, // 800,
// 799, 799,
// 798, // 798,
// 797, 797,
796, 796,
795, 795,
794, 794,
@ -1143,47 +1143,47 @@ static const int included_patches[] = {
// 781, // 781,
780, 780,
// 779, // 779,
// 778, 778,
// 777, // 777,
// 776, 776,
// 775, // 775,
774, 774,
773, 773,
772, 772,
// 771, 771,
770, 770,
// 769, // 769,
// 768, 768,
767, 767,
// 766, // 766,
765, 765,
// 764, // 764,
763, 763,
762, 762,
// 761, 761,
// 760, // 760,
// 759, 759,
// 758, 758,
757, 757,
756, 756,
// 755, // 755,
// 754, // 754,
// 753, 753,
752, 752,
751, 751,
750, 750,
749, 749,
// 748, 748,
// 747, 747,
// 746, 746,
// 745, 745,
// 744, 744,
// 743, 743,
// 742, 742,
741, 741,
// 740, 740,
// 739, 739,
// 738, 738,
737, 737,
736, 736,
735, 735,
@ -1191,25 +1191,25 @@ static const int included_patches[] = {
733, 733,
// 732, // 732,
731, 731,
// 730, 730,
729, 729,
728, 728,
727, 727,
726, 726,
// 725, 725,
724, 724,
723, 723,
722, 722,
721, 721,
// 720, 720,
719, 719,
// 718, 718,
// 717, 717,
// 716, 716,
// 715, // 715,
// 714, 714,
// 713, 713,
// 712, 712,
711, 711,
710, 710,
709, 709,
@ -1219,16 +1219,16 @@ static const int included_patches[] = {
705, 705,
704, 704,
703, 703,
// 702, 702,
701, 701,
700, 700,
699, 699,
// 698, 698,
697, 697,
696, 696,
695, 695,
// 694, 694,
// 693, 693,
692, 692,
691, 691,
690, 690,
@ -1238,7 +1238,7 @@ static const int included_patches[] = {
686, 686,
685, 685,
684, 684,
// 683, 683,
682, 682,
681, 681,
680, 680,
@ -1274,7 +1274,7 @@ static const int included_patches[] = {
650, 650,
649, 649,
648, 648,
// 647, 647,
646, 646,
645, 645,
644, 644,
@ -1691,9 +1691,9 @@ static const int included_patches[] = {
// 233, // 233,
232, 232,
// 231, // 231,
// 230, 230,
229, 229,
// 228, 228,
227, 227,
226, 226,
225, 225,
@ -1711,7 +1711,7 @@ static const int included_patches[] = {
213, 213,
212, 212,
211, 211,
// 210, 210,
209, 209,
208, 208,
207, 207,