aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c34
1 files changed, 14 insertions, 20 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 2b0d6f22f2..33c310a8b2 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -37,9 +37,6 @@ char *Version = VIM_VERSION_SHORT;
char *longVersion = NVIM_VERSION_LONG;
char *longVersionWithDate = NVIM_VERSION_LONG \
" (compiled " __DATE__ " " __TIME__ ")";
-#ifdef NVIM_VERSION_COMMIT
-char *version_commit = "Commit: " NVIM_VERSION_COMMIT;
-#endif
char *version_buildtype = "Build type: " NVIM_VERSION_BUILD_TYPE;
char *version_cflags = "Compilation: " NVIM_VERSION_CFLAGS;
@@ -98,7 +95,7 @@ static int included_patches[] = {
// 901,
// 900 NA
// 899 NA
- // 898,
+ 898,
// 897,
// 896,
// 895,
@@ -193,7 +190,7 @@ static int included_patches[] = {
// 806,
// 805,
// 804,
- // 803,
+ 803,
802,
// 801,
// 800,
@@ -201,7 +198,7 @@ static int included_patches[] = {
// 798,
// 797,
// 796 NA
- // 795,
+ 795,
// 794 NA
793,
// 792,
@@ -211,7 +208,7 @@ static int included_patches[] = {
// 788 NA
787,
786,
- // 785,
+ 785,
784,
// 783 NA
// 782,
@@ -273,7 +270,7 @@ static int included_patches[] = {
// 726 NA
// 725,
// 724 NA
- // 723,
+ 723,
// 722,
// 721,
// 720 NA
@@ -314,7 +311,7 @@ static int included_patches[] = {
// 685,
// 684,
// 683 NA
- // 682,
+ 682,
// 681 NA
// 680,
// 679 NA
@@ -325,23 +322,23 @@ static int included_patches[] = {
// 674 NA
673,
// 672,
- // 671,
- // 670,
+ 671,
+ 670,
// 669 NA
668,
667,
// 666 NA
- // 665,
+ 665,
// 664 NA
// 663 NA
// 662,
// 661,
660,
659,
- // 658,
+ 658,
// 657 NA
// 656,
- // 655,
+ 655,
// 654,
653,
// 652 NA
@@ -351,17 +348,17 @@ static int included_patches[] = {
// 648 NA
// 647 NA
646,
- // 645,
+ 645,
// 644 NA
// 643,
// 642,
// 641,
- // 640,
+ 640,
// 639,
// 638 NA
637,
636,
- // 635,
+ 635,
// 634,
633,
// 632 NA
@@ -1099,9 +1096,6 @@ void list_version(void)
// When adding features here, don't forget to update the list of
// internal variables in eval.c!
MSG(longVersionWithDate);
-#ifdef NVIM_VERSION_COMMIT
- MSG(version_commit);
-#endif
MSG(version_buildtype);
MSG(version_cflags);