diff options
author | CoprDistGit <infra@openeuler.org> | 2024-10-31 07:56:47 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-10-31 07:56:47 +0000 |
commit | 5d563acc54729e6681596381d58536ba4fcae9fd (patch) | |
tree | bdd4ddd81836e2782603d752c1bf0a523b3de0f5 /bugfix-rm-modify-info-version.patch | |
parent | efd71a0539eaa01702372e97c4ed7bde679b6490 (diff) |
automatic import of vimopeneuler24.03_LTS
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; + |