summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-12-05 04:27:20 +0000
committerSam James <sam@gentoo.org>2022-12-05 04:27:20 +0000
commit9a6c024b51e8ae69076c948204bddee0cfc002fc (patch)
tree9ab4e44e387036c960f725c8730d472ba162f58e
parentupdate patchset for vim 9.0.0049 (diff)
downloadvim-patches-9a6c024b51e8ae69076c948204bddee0cfc002fc.tar.gz
vim-patches-9a6c024b51e8ae69076c948204bddee0cfc002fc.tar.bz2
vim-patches-9a6c024b51e8ae69076c948204bddee0cfc002fc.zip
update patchset for vim 9.0.1000vim-9.0.1000-patches
- Rename 005_all_vim_7.1-ada-default-compiler.patch - Rename 006-vim-8.2.5066-crosscompile.patch - Rename 007-vim-8.2.0210-python3-shared-lib.patch - Add 008_all_vim-9.0.1000-perl-mode.patch Bug: https://bugs.gentoo.org/881385 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--005_all_vim-7.1-ada-default-compiler.patch (renamed from 005_all_vim_7.1-ada-default-compiler.patch)0
-rw-r--r--006_all_vim-8.2.5066-crosscompile.patch (renamed from 006-vim-8.2.5066-crosscompile.patch)0
-rw-r--r--007_all_vim-8.2.0210-python3-shared-lib.patch (renamed from 007-vim-8.2.0210-python3-shared-lib.patch)0
-rw-r--r--008_all_vim-9.0.1000-perl-mode.patch15
4 files changed, 15 insertions, 0 deletions
diff --git a/005_all_vim_7.1-ada-default-compiler.patch b/005_all_vim-7.1-ada-default-compiler.patch
index 3a3e78b..3a3e78b 100644
--- a/005_all_vim_7.1-ada-default-compiler.patch
+++ b/005_all_vim-7.1-ada-default-compiler.patch
diff --git a/006-vim-8.2.5066-crosscompile.patch b/006_all_vim-8.2.5066-crosscompile.patch
index 984c2af..984c2af 100644
--- a/006-vim-8.2.5066-crosscompile.patch
+++ b/006_all_vim-8.2.5066-crosscompile.patch
diff --git a/007-vim-8.2.0210-python3-shared-lib.patch b/007_all_vim-8.2.0210-python3-shared-lib.patch
index 84ec559..84ec559 100644
--- a/007-vim-8.2.0210-python3-shared-lib.patch
+++ b/007_all_vim-8.2.0210-python3-shared-lib.patch
diff --git a/008_all_vim-9.0.1000-perl-mode.patch b/008_all_vim-9.0.1000-perl-mode.patch
new file mode 100644
index 0000000..67920c5
--- /dev/null
+++ b/008_all_vim-9.0.1000-perl-mode.patch
@@ -0,0 +1,15 @@
+https://bugs.gentoo.org/881385
+https://github.com/vim-perl/vim-perl/issues/267#issuecomment-803380012
+https://github.com/vim-perl/vim-perl/commit/5bca9143767a5eef887bea5c6543a3f25961fc63
+2022-04-27 commit 5bca914
+
+--- a/runtime/indent/perl.vim
++++ b/runtime/indent/perl.vim
+@@ -133,6 +133,7 @@ function! GetPerlIndent()
+ \ || synid == "perlHereDoc"
+ \ || synid == "perlBraces"
+ \ || synid == "perlStatementIndirObj"
++ \ || synid == "perlSubDeclaration"
+ \ || synid =~ "^perlFiledescStatement"
+ \ || synid =~ '^perl\(Sub\|Block\|Package\)Fold'
+ let brace = strpart(line, bracepos, 1)