commit 46806f094a6ad0bc666aa0d34647634bc0f3a58b
Author: Jan Palus <[email protected]>
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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to