From 4431d3b0768849f443fca35715d3de8ba42397f7 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Sun, 25 Jun 2023 22:50:39 +0200 Subject: [PATCH] up to 9.0.1664 --- vim-autopaste.patch | 6 +++--- vim-phpscript.patch | 7 +++---- vim.spec | 6 ++++-- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/vim-autopaste.patch b/vim-autopaste.patch index b50c71d..8a7c0d1 100644 --- a/vim-autopaste.patch +++ b/vim-autopaste.patch @@ -38,13 +38,13 @@ +++ vim72/src/optiondefs.h 2009-05-18 22:30:25.277259155 +0300 @@ -377,6 +377,9 @@ {"autoindent", "ai", P_BOOL|P_VI_DEF, - (char_u *)&p_ai, PV_AI, + (char_u *)&p_ai, PV_AI, NULL, {(char_u *)FALSE, (char_u *)0L} SCTX_INIT}, + {"autopaste", "apa", P_BOOL|P_VI_DEF, -+ (char_u *)&p_apa, PV_NONE, ++ (char_u *)&p_apa, PV_NONE, NULL, + {(char_u *)FALSE, (char_u *)0L} SCTX_INIT}, {"autoprint", "ap", P_BOOL|P_VI_DEF, - (char_u *)NULL, PV_NONE, + (char_u *)NULL, PV_NONE, NULL, {(char_u *)FALSE, (char_u *)0L} SCTX_INIT}, --- vim72/src/option.h~ 2009-05-18 22:23:40.000000000 +0300 +++ vim72/src/option.h 2009-05-18 22:30:25.277259155 +0300 diff --git a/vim-phpscript.patch b/vim-phpscript.patch index 7a8e665..8c7f07a 100644 --- a/vim-phpscript.patch +++ b/vim-phpscript.patch @@ -2,13 +2,12 @@ +++ vim-8.2.4726/runtime/autoload/dist/script.vim 2022-04-10 12:01:55.436645032 +0200 @@ -297,6 +297,10 @@ def DetectFromText(line1: string) elseif line1 =~ '^\x\{7}: \x\{2} \=\x\{2} \=\x\{2} \=\x\{2} ' - set ft=xxd + setl ft=xxd + # PHP script tag + elseif line1 =~ '^