SHA256
1
0
forked from pool/vim

Remove unneeded patch

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=681
This commit is contained in:
Ondřej Súkup 2021-10-01 09:18:00 +00:00 committed by Git OBS Bridge
parent a0c91cfac7
commit e25fd65c6b

View File

@ -1,13 +0,0 @@
Index: vim-8.2.2411/src/globals.h
===================================================================
--- vim-8.2.2411.orig/src/globals.h
+++ vim-8.2.2411/src/globals.h
@@ -1315,7 +1315,7 @@ extern char *Version;
#if defined(HAVE_DATE_TIME) && defined(VMS) && defined(VAXC)
extern char longVersion[];
#else
-EXTERN char *longVersion INIT(= NULL);
+extern char *longVersion;
#endif
/*