diff options
author | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2015-11-11 20:40:40 +0900 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-11-20 13:44:07 -0500 |
commit | 1fbb56795d16783f9a97e25e3b71ab3ac2a644dc (patch) | |
tree | d76a9d6f8c941b35074cb63db95a0db92e3f8c39 | |
parent | 959f2601f982bb911c83cc6e948f06abd2e9c140 (diff) | |
download | rneovim-1fbb56795d16783f9a97e25e3b71ab3ac2a644dc.tar.gz rneovim-1fbb56795d16783f9a97e25e3b71ab3ac2a644dc.tar.bz2 rneovim-1fbb56795d16783f9a97e25e3b71ab3ac2a644dc.zip |
Update version.c to latest Vim
NA patches list:
652: xxd changes xxd is not included in neovim
744: if_ruby and if_perl legacy tests
750: if_perl build problem
751: compile options
756: if_perl support
757: term.c changes
759: if_lua support
761: term.c changes
762: term.c changes
763: if_lua support
766: term.c changes
770: term.c changes
772: if_mzsch support
802: duplicated test
809: revert of 802
829: GUI
837: Windows with if_sniff
840: GUI
846: CONTRIBUTING.md
850: CONTRIBUTING.md
851: Win32 console
852: Win32 console
855: GTK GUI
861: GTK GUI
862: GTK GUI
867: Windows Fix
869: Windows GUI
872: CI service
874: Windows GUI
875: README.md
876: Windows GUI
880: CI service
884: CI service
886: Windows GUI
890: if_python3
894: vimrun.exe
899: README.md
900: README.md
902: Win32 console
906: Windows problem
907: Dynamic loading
908: Windows build error
910: if_python
911: terminal
913: hangul input GUI only
917: hangulin.c changes
918: if_python
919: if_lua, if_python, if_python3
920: ruby stuff
921: Windows
Reviewed-by: Michael Reed <Pyrohh@users.noreply.github.com>
-rw-r--r-- | src/nvim/version.c | 98 |
1 files changed, 52 insertions, 46 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index f5e43878e4..d5bbd734f4 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -74,86 +74,92 @@ static char *features[] = { // clang-format off static int included_patches[] = { + // 922, + // 921 NA + // 920 NA + // 919 NA + // 918 NA + // 917 NA 916, // 915, // 914, - // 913, + // 913 NA // 912, - // 911, - // 910, + // 911 NA + // 910 NA // 909, - // 908, - // 907, - // 906, + // 908 NA + // 907 NA + // 906 NA // 905, // 904, // 903, - // 902, + // 902 NA // 901, - // 900, - // 899, + // 900 NA + // 899 NA // 898, // 897, // 896, // 895, - // 894, + // 894 NA // 893, // 892, // 891, - // 890, + // 890 NA // 889, // 888, // 887, - // 886, + // 886 NA // 885, - // 884, + // 884 NA // 883, // 882, // 881, - // 880, + // 880 NA // 879, // 878, // 877, - // 876, - // 875, - // 874, + // 876 NA + // 875 NA + // 874 NA // 873, - // 872, + // 872 NA // 871, // 870, - // 869, + // 869 NA // 868, - // 867, + // 867 NA // 866, // 865, // 864, // 863, - // 862, - // 861, + // 862 NA + // 861 NA // 860, // 859, // 858, // 857, // 856, - // 855, + // 855 NA // 854, // 853, - // 852, - // 851, - // 850, - 849, + // 852 NA + // 851 NA + // 850 NA + 849, // 848, // 847, - // 846, + // 846 NA // 845, // 844, // 843, // 842, // 841, - // 840, + // 840 NA // 839, // 838, - // 837, + // 837 NA 836, // 835, // 834, @@ -161,7 +167,7 @@ static int included_patches[] = { // 832, // 831, // 830, - // 829, + // 829 NA // 828, // 827, 826, @@ -181,14 +187,14 @@ static int included_patches[] = { // 812, // 811, // 810, - // 809, + 809, // 808, // 807, // 806, // 805, // 804, // 803, - // 802, + 802, // 801, // 800, 799, @@ -218,35 +224,35 @@ static int included_patches[] = { 775, 774, 773, - // 772, + // 772 NA // 771, - // 770, + // 770 NA // 769, // 768, // 767, - // 766, + // 766 NA // 765, // 764, - // 763, - // 762, - // 761, + // 763 NA + // 762 NA + // 761 NA // 760, - // 759, + // 759 NA // 758, - // 757, - // 756, + // 757 NA + // 756 NA // 755, // 754, // 753, // 752, - // 751, - // 750, + // 751 NA + // 750 NA // 749, // 748, // 747, // 746, // 745, - // 744, + // 744 NA // 743, // 742, // 741, @@ -338,7 +344,7 @@ static int included_patches[] = { // 655, // 654, 653, - // 652, + // 652 NA 651, // 650 NA // 649, |