commit: 9a6c024b51e8ae69076c948204bddee0cfc002fc Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Dec 5 04:27:20 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Dec 5 04:27:20 2022 +0000 URL: https://gitweb.gentoo.org/proj/vim-patches.git/commit/?id=9a6c024b
update patchset for vim 9.0.1000 - 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 <AT> gentoo.org> ...er.patch => 005_all_vim-7.1-ada-default-compiler.patch | 0 ...mpile.patch => 006_all_vim-8.2.5066-crosscompile.patch | 0 ...patch => 007_all_vim-8.2.0210-python3-shared-lib.patch | 0 008_all_vim-9.0.1000-perl-mode.patch | 15 +++++++++++++++ 4 files changed, 15 insertions(+) diff --git a/005_all_vim_7.1-ada-default-compiler.patch b/005_all_vim-7.1-ada-default-compiler.patch similarity index 100% rename from 005_all_vim_7.1-ada-default-compiler.patch rename to 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 similarity index 100% rename from 006-vim-8.2.5066-crosscompile.patch rename to 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 similarity index 100% rename from 007-vim-8.2.0210-python3-shared-lib.patch rename to 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)