[packages/vim] fix build with gcc 14

atler atler at pld-linux.org
Sat Jul 27 18:32:41 CEST 2024


commit 46806f094a6ad0bc666aa0d34647634bc0f3a58b
Author: Jan Palus <atler at pld-linux.org>
Date:   Sat Jul 27 18:04:27 2024 +0200

    fix build with gcc 14

 vim-autopaste.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/vim-autopaste.patch b/vim-autopaste.patch
index af8c1b3..703f51e 100644
--- a/vim-autopaste.patch
+++ b/vim-autopaste.patch
@@ -25,7 +25,7 @@
 +        cps = 0;
 +      if (cps >= 30) {
 +        cps = 0;
-+	do_set(&sPaste, 0);
++	do_set(sPaste, 0);
 +	showmode();
 +      }
 +      last_call = now;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vim.git/commitdiff/dff7150b8dfa4283e099644b2a220fbaaeb3ef2d



More information about the pld-cvs-commit mailing list