diff options
author | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2015-12-29 22:27:20 +0900 |
---|---|---|
committer | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2015-12-31 10:05:37 +0900 |
commit | 6a7535cd84ec2e78f4a63ac27858407e08fed340 (patch) | |
tree | 1320b94f49b9e2bfe890793fb5993d723793bae4 | |
parent | 6ee58e67cbefb6538a20bae5fbe381c21bf99569 (diff) | |
download | rneovim-6a7535cd84ec2e78f4a63ac27858407e08fed340.tar.gz rneovim-6a7535cd84ec2e78f4a63ac27858407e08fed340.tar.bz2 rneovim-6a7535cd84ec2e78f4a63ac27858407e08fed340.zip |
Update version.c to 7.4.1000
NA patches list:
607 Compiler warning
620 Compiler warning
624 result check for realloc
628 volatile add, but no code in neovim
641 tabnew fix, but no code in neovim
661 no K_CURSORHOLD in neovim
841 add ifdef
842 Windows GUI
854 CONTRIBUTION.md
863 FEAT_DIFF
864 Tiny build
923 add ifdef
924 configure changes
927 if_ruby
928 client server
930 Windows GUI
934 Appveyor
938 X11 and GTK GUI fix
940 term
948 ifdef
954 if_lua
959 term
960 Windows build
962 Makefile fix
965 ifdef fix
966 configure fix
967 Makefile fix
976 configure fix
979 crypt feature
985 if_ruby
986 test fix in Windows
987 if_ruby
988 build rule
990 Appveyor
992 build fix in Windows
994 tests for Windows
995 GTK GUI
996 GTK GUI
997 Travis CI
999 Makefile change
-rw-r--r-- | src/nvim/version.c | 102 |
1 files changed, 90 insertions, 12 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index b097ac4702..39d5b0f1b0 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -71,6 +71,84 @@ static char *features[] = { // clang-format off static int included_patches[] = { + // 1000, + // 999 NA + // 998, + // 997 NA + // 996 NA + // 995 NA + // 994 NA + // 993, + // 992 NA + // 991, + // 990 NA + // 989, + // 988 NA + // 987 NA + // 986 NA + // 985 NA + // 984, + // 983, + // 982, + // 981, + // 980, + // 979 NA + // 978, + // 977, + // 976 NA + // 975, + // 974, + // 973, + // 972, + // 971, + // 970, + // 969, + // 968, + // 967 NA + // 966 NA + // 965 NA + // 964, + // 963, + // 962 NA + // 961, + // 960 NA + // 959 NA + // 958, + // 957, + // 956, + // 955, + // 954 NA + // 953, + // 952, + // 951, + // 950, + // 949, + // 948 NA + // 947, + // 946, + // 945, + // 944, + // 943, + // 942, + // 941, + // 940 NA + // 939, + // 938 NA + // 937, + // 936, + // 935, + // 934 NA + // 933, + // 932, + // 931, + // 930 NA + // 929, + // 928 NA + // 927 NA + // 926, + // 925, + // 924 NA + // 923 NA // 922, // 921 NA // 920 NA @@ -129,8 +207,8 @@ static int included_patches[] = { // 867 NA // 866, // 865, - // 864, - // 863, + // 864 NA + // 863 NA // 862 NA // 861 NA // 860, @@ -139,7 +217,7 @@ static int included_patches[] = { // 857, // 856, // 855 NA - // 854, + // 854 NA // 853, // 852 NA // 851 NA @@ -151,8 +229,8 @@ static int included_patches[] = { // 845, // 844, // 843, - // 842, - // 841, + // 842 NA + // 841 NA // 840 NA // 839, // 838, @@ -185,7 +263,7 @@ static int included_patches[] = { // 811, // 810, 809, - // 808, + // 808 NA // 807, // 806, // 805, @@ -332,7 +410,7 @@ static int included_patches[] = { // 664 NA // 663 NA // 662, - // 661, + // 661 NA 660, 659, 658, @@ -352,7 +430,7 @@ static int included_patches[] = { // 644 NA // 643, // 642, - // 641, + // 641 NA 640, // 639, // 638 NA @@ -365,15 +443,15 @@ static int included_patches[] = { 631, 630, 629, - // 628, + // 628 NA // 627 NA // 626 NA // 625 NA - // 624, + // 624 NA 623, // 622 NA // 621 NA - // 620, + // 620 NA // 619 NA // 618 NA 617, @@ -386,7 +464,7 @@ static int included_patches[] = { // 610 NA 609, 608, - // 607, + // 607 NA 606, // 605, 604, |