diff options
Diffstat (limited to 'bugfix-rm-modify-info-version.patch')
-rw-r--r-- | bugfix-rm-modify-info-version.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/bugfix-rm-modify-info-version.patch b/bugfix-rm-modify-info-version.patch new file mode 100644 index 0000000..1d070f0 --- /dev/null +++ b/bugfix-rm-modify-info-version.patch @@ -0,0 +1,19 @@ +From 03f9f3b879739aa48da70572c1d66a1916e6e47d Mon Sep 17 00:00:00 2001 +From: sunguoshuai <sunguoshuai@huawei.com> +Date: Wed, 23 Jan 2019 02:02:08 -0500 +Subject: [PATCH] vim:fix-rm-modify-info-version + +reason:fix-rm-modify-info-version + +diff -uNr vim74/src/version.c vimnew/src/version.c +--- vim74/src/version.c 2016-01-05 19:36:17.832565621 +0800 ++++ vimnew/src/version.c 2016-01-05 19:38:35.597565621 +0800 +@@ -26,7 +26,7 @@ + */ + + #include "version.h" +- ++#undef MODIFIED_BY + char *Version = VIM_VERSION_SHORT; + static char *mediumVersion = VIM_VERSION_MEDIUM; + |