[gentoo-commits] proj/vim-patches:main commit in: /

2023-12-15 Thread Arthur Zamarin
commit: 3a5523061c8e8e75e072a7f7c8780a254c4547f3
Author: Oskari Pirhonen  gmail  com>
AuthorDate: Mon Nov  6 04:27:39 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Nov  6 04:27:39 2023 +
URL:https://gitweb.gentoo.org/proj/vim-patches.git/commit/?id=3a552306

update patchset for vim 9.0.2092

- Remove 008_all_vim-9.0.1000-perl-mode.patch

This was obsoleted by upstream in
4e554d282c50e428932df5fff9917f8a836f7782

Signed-off-by: Oskari Pirhonen  gmail.com>

 008_all_vim-9.0.1000-perl-mode.patch | 15 ---
 1 file changed, 15 deletions(-)

diff --git a/008_all_vim-9.0.1000-perl-mode.patch 
b/008_all_vim-9.0.1000-perl-mode.patch
deleted file mode 100644
index 67920c5..000
--- a/008_all_vim-9.0.1000-perl-mode.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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)



[gentoo-commits] proj/vim-patches:main commit in: /

2022-12-04 Thread Sam James
commit: 9a6c024b51e8ae69076c948204bddee0cfc002fc
Author: Sam James  gentoo  org>
AuthorDate: Mon Dec  5 04:27:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Dec  5 04:27:20 2022 +
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  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 000..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)