mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
version.c: update [ci skip] #10072
vim-patch:8.0.0803 vim-patch:8.0.0816: crash when using invalid buffer number vim-patch:8.0.0817: cannot get the terminal line at the cursor vim-patch:8.0.0818: cannot get the cursor position of a terminal vim-patch:8.0.0821: cannot get the title and status of a terminal window vim-patch:8.0.0863: a remote command does not work in the terminal window vim-patch:8.0.0864: cannot specify the name of a terminal vim-patch:8.0.0867: job and channel in a dict value not quoted vim-patch:8.0.0869: job output is sometimes not displayed in a terminal vim-patch:8.0.0870: mouse escape codes sent to terminal unintentionally vim-patch:8.0.0874: can't build with terminal feature vim-patch:8.0.0877: using CTRL-\ CTRL-N in terminal is inconsistent vim-patch:8.0.0882: term_scrape() and term_getline() require two arguments vim-patch:8.0.0884: can't specify the wait time for term_wait() vim-patch:8.0.0885: terminal window scrollback is stored inefficiently vim-patch:8.0.0887: can create a logfile in the sandbox vim-patch:8.0.0892: when opening a terminal the pty size doesn't always match vim-patch:8.0.0893: cannot get the scroll count of a terminal window vim-patch:8.0.0896: cannot close a terminal window when the job ends vim-patch:8.0.0898: can't use the alternate screen in a terminal window vim-patch:8.0.0899: function name mch_stop_job() is confusing vim-patch 8.0.0909: channel test fails vim-patch:8.0.0913: MS-Windows: CTRL-C kills shell in terminal window vim-patch:8.1.0216: part of file not indented properly vim-patch:8.1.0784: messy indent in if statement vim-patch:8.1.1409: Coverity warns for using uninitialized memory vim-patch:8.1.1415: build error in MS-Windows GUI vim-patch:8.1.1454: build failure without the conceal feature vim-patch:8.1.1457: cannot reuse a buffer when loading a screen dump
This commit is contained in:
parent
2ae5427b3c
commit
db415bde5f
@ -94,10 +94,10 @@ static const int included_patches[] = {
|
||||
// 1830,
|
||||
1829,
|
||||
1828,
|
||||
// 1827,
|
||||
1827,
|
||||
1826,
|
||||
1825,
|
||||
// 1824,
|
||||
1824,
|
||||
// 1823,
|
||||
1822,
|
||||
// 1821,
|
||||
@ -118,7 +118,7 @@ static const int included_patches[] = {
|
||||
// 1806,
|
||||
1805,
|
||||
// 1804,
|
||||
// 1803,
|
||||
1803,
|
||||
// 1802,
|
||||
// 1801,
|
||||
1800,
|
||||
@ -148,7 +148,7 @@ static const int included_patches[] = {
|
||||
// 1776,
|
||||
// 1775,
|
||||
// 1774,
|
||||
// 1773,
|
||||
1773,
|
||||
// 1772,
|
||||
// 1771,
|
||||
// 1770,
|
||||
@ -234,7 +234,7 @@ static const int included_patches[] = {
|
||||
// 1690,
|
||||
// 1689,
|
||||
// 1688,
|
||||
// 1687,
|
||||
1687,
|
||||
1686,
|
||||
// 1685,
|
||||
// 1684,
|
||||
@ -244,8 +244,8 @@ static const int included_patches[] = {
|
||||
// 1680,
|
||||
1679,
|
||||
1678,
|
||||
// 1677,
|
||||
// 1676,
|
||||
1677,
|
||||
1676,
|
||||
1675,
|
||||
1674,
|
||||
// 1673,
|
||||
@ -260,14 +260,14 @@ static const int included_patches[] = {
|
||||
// 1664,
|
||||
1663,
|
||||
// 1662,
|
||||
// 1661,
|
||||
1661,
|
||||
// 1660,
|
||||
1659,
|
||||
1658,
|
||||
// 1657,
|
||||
// 1656,
|
||||
// 1655,
|
||||
// 1654,
|
||||
1654,
|
||||
// 1653,
|
||||
// 1652,
|
||||
// 1651,
|
||||
@ -295,7 +295,7 @@ static const int included_patches[] = {
|
||||
// 1629,
|
||||
// 1628,
|
||||
1627,
|
||||
// 1626,
|
||||
1626,
|
||||
1625,
|
||||
// 1624,
|
||||
// 1623,
|
||||
@ -314,7 +314,7 @@ static const int included_patches[] = {
|
||||
1610,
|
||||
// 1609,
|
||||
1608,
|
||||
// 1607,
|
||||
1607,
|
||||
1606,
|
||||
// 1605,
|
||||
// 1604,
|
||||
@ -397,7 +397,7 @@ static const int included_patches[] = {
|
||||
// 1527,
|
||||
// 1526,
|
||||
// 1525,
|
||||
// 1524,
|
||||
1524,
|
||||
// 1523,
|
||||
// 1522,
|
||||
// 1521,
|
||||
@ -420,9 +420,9 @@ static const int included_patches[] = {
|
||||
1504,
|
||||
1503,
|
||||
1502,
|
||||
// 1501,
|
||||
1501,
|
||||
1500,
|
||||
// 1499,
|
||||
1499,
|
||||
1498,
|
||||
1497,
|
||||
1496,
|
||||
@ -573,7 +573,7 @@ static const int included_patches[] = {
|
||||
1351,
|
||||
1350,
|
||||
// 1349,
|
||||
// 1348,
|
||||
1348,
|
||||
// 1347,
|
||||
// 1346,
|
||||
// 1345,
|
||||
@ -623,7 +623,7 @@ static const int included_patches[] = {
|
||||
1301,
|
||||
// 1300,
|
||||
1299,
|
||||
// 1298,
|
||||
1298,
|
||||
// 1297,
|
||||
// 1296,
|
||||
// 1295,
|
||||
@ -651,11 +651,11 @@ static const int included_patches[] = {
|
||||
1273,
|
||||
1272,
|
||||
1271,
|
||||
// 1270,
|
||||
1270,
|
||||
1269,
|
||||
1268,
|
||||
1267,
|
||||
// 1266,
|
||||
1266,
|
||||
1265,
|
||||
// 1264,
|
||||
1263,
|
||||
@ -783,7 +783,7 @@ static const int included_patches[] = {
|
||||
1141,
|
||||
1140,
|
||||
// 1139,
|
||||
// 1138,
|
||||
1138,
|
||||
1137,
|
||||
1136,
|
||||
1135,
|
||||
@ -857,10 +857,10 @@ static const int included_patches[] = {
|
||||
1067,
|
||||
1066,
|
||||
1065,
|
||||
// 1064,
|
||||
// 1063,
|
||||
1064,
|
||||
1063,
|
||||
1062,
|
||||
// 1061,
|
||||
1061,
|
||||
// 1060,
|
||||
1059,
|
||||
// 1058,
|
||||
@ -893,7 +893,7 @@ static const int included_patches[] = {
|
||||
1031,
|
||||
1030,
|
||||
1029,
|
||||
// 1028,
|
||||
1028,
|
||||
1027,
|
||||
1026,
|
||||
1025,
|
||||
@ -969,14 +969,14 @@ static const int included_patches[] = {
|
||||
955,
|
||||
954,
|
||||
// 953,
|
||||
// 952,
|
||||
952,
|
||||
951,
|
||||
950,
|
||||
// 949,
|
||||
949,
|
||||
948,
|
||||
// 947,
|
||||
946,
|
||||
// 945,
|
||||
945,
|
||||
944,
|
||||
// 943,
|
||||
// 942,
|
||||
@ -993,7 +993,7 @@ static const int included_patches[] = {
|
||||
// 931,
|
||||
// 930,
|
||||
// 929,
|
||||
// 928,
|
||||
928,
|
||||
// 927,
|
||||
// 926,
|
||||
925,
|
||||
@ -1010,13 +1010,13 @@ static const int included_patches[] = {
|
||||
// 914,
|
||||
// 913,
|
||||
// 912,
|
||||
// 911,
|
||||
911,
|
||||
// 910,
|
||||
// 909,
|
||||
// 908,
|
||||
// 907,
|
||||
907,
|
||||
906,
|
||||
// 905,
|
||||
905,
|
||||
904,
|
||||
903,
|
||||
// 902,
|
||||
@ -1024,16 +1024,16 @@ static const int included_patches[] = {
|
||||
900,
|
||||
// 899,
|
||||
// 898,
|
||||
// 897,
|
||||
897,
|
||||
// 896,
|
||||
895,
|
||||
894,
|
||||
// 893,
|
||||
// 892,
|
||||
// 891,
|
||||
891,
|
||||
890,
|
||||
// 889,
|
||||
// 888,
|
||||
889,
|
||||
888,
|
||||
// 887,
|
||||
886,
|
||||
// 885,
|
||||
@ -1048,12 +1048,12 @@ static const int included_patches[] = {
|
||||
876,
|
||||
875,
|
||||
// 874,
|
||||
// 873,
|
||||
873,
|
||||
872,
|
||||
871,
|
||||
// 870,
|
||||
// 869,
|
||||
// 868,
|
||||
868,
|
||||
// 867,
|
||||
866,
|
||||
865,
|
||||
@ -1061,113 +1061,113 @@ static const int included_patches[] = {
|
||||
// 863,
|
||||
862,
|
||||
861,
|
||||
// 860,
|
||||
// 859,
|
||||
860,
|
||||
859,
|
||||
858,
|
||||
// 857,
|
||||
// 856,
|
||||
// 855,
|
||||
// 854,
|
||||
857,
|
||||
856,
|
||||
855,
|
||||
854,
|
||||
853,
|
||||
// 852,
|
||||
852,
|
||||
851,
|
||||
// 850,
|
||||
// 849,
|
||||
// 848,
|
||||
850,
|
||||
849,
|
||||
848,
|
||||
847,
|
||||
// 846,
|
||||
// 845,
|
||||
846,
|
||||
845,
|
||||
844,
|
||||
843,
|
||||
// 842,
|
||||
// 841,
|
||||
842,
|
||||
841,
|
||||
840,
|
||||
// 839,
|
||||
// 838,
|
||||
839,
|
||||
838,
|
||||
837,
|
||||
// 836,
|
||||
836,
|
||||
835,
|
||||
834,
|
||||
// 833,
|
||||
// 832,
|
||||
833,
|
||||
832,
|
||||
831,
|
||||
830,
|
||||
// 829,
|
||||
829,
|
||||
828,
|
||||
// 827,
|
||||
// 826,
|
||||
827,
|
||||
826,
|
||||
// 825,
|
||||
// 824,
|
||||
// 823,
|
||||
824,
|
||||
823,
|
||||
822,
|
||||
// 821,
|
||||
// 820,
|
||||
// 819,
|
||||
820,
|
||||
819,
|
||||
// 818,
|
||||
// 817,
|
||||
// 816,
|
||||
// 815,
|
||||
815,
|
||||
814,
|
||||
// 813,
|
||||
813,
|
||||
812,
|
||||
811,
|
||||
810,
|
||||
809,
|
||||
808,
|
||||
// 807,
|
||||
807,
|
||||
806,
|
||||
805,
|
||||
804,
|
||||
// 803,
|
||||
802,
|
||||
// 801,
|
||||
// 800,
|
||||
801,
|
||||
800,
|
||||
799,
|
||||
// 798,
|
||||
798,
|
||||
797,
|
||||
796,
|
||||
795,
|
||||
794,
|
||||
// 793,
|
||||
793,
|
||||
792,
|
||||
791,
|
||||
790,
|
||||
// 789,
|
||||
// 788,
|
||||
// 787,
|
||||
789,
|
||||
788,
|
||||
787,
|
||||
786,
|
||||
// 785,
|
||||
// 784,
|
||||
// 783,
|
||||
785,
|
||||
784,
|
||||
783,
|
||||
782,
|
||||
// 781,
|
||||
781,
|
||||
780,
|
||||
// 779,
|
||||
779,
|
||||
778,
|
||||
// 777,
|
||||
777,
|
||||
776,
|
||||
// 775,
|
||||
775,
|
||||
774,
|
||||
773,
|
||||
772,
|
||||
771,
|
||||
770,
|
||||
// 769,
|
||||
769,
|
||||
768,
|
||||
767,
|
||||
// 766,
|
||||
766,
|
||||
765,
|
||||
// 764,
|
||||
764,
|
||||
763,
|
||||
762,
|
||||
761,
|
||||
// 760,
|
||||
760,
|
||||
759,
|
||||
758,
|
||||
757,
|
||||
756,
|
||||
// 755,
|
||||
// 754,
|
||||
755,
|
||||
754,
|
||||
753,
|
||||
752,
|
||||
751,
|
||||
@ -1189,7 +1189,7 @@ static const int included_patches[] = {
|
||||
735,
|
||||
734,
|
||||
733,
|
||||
// 732,
|
||||
732,
|
||||
731,
|
||||
730,
|
||||
729,
|
||||
@ -1206,7 +1206,7 @@ static const int included_patches[] = {
|
||||
718,
|
||||
717,
|
||||
716,
|
||||
// 715,
|
||||
715,
|
||||
714,
|
||||
713,
|
||||
712,
|
||||
@ -1407,7 +1407,7 @@ static const int included_patches[] = {
|
||||
517,
|
||||
516,
|
||||
515,
|
||||
// 514,
|
||||
514,
|
||||
513,
|
||||
512,
|
||||
511,
|
||||
|
Loading…
Reference in New Issue
Block a user