* [gentoo-commits] proj/vim-patches:main commit in: /
@ 2022-12-05 4:28 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2022-12-05 4:28 UTC (permalink / raw
To: gentoo-commits
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)
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/vim-patches:main commit in: /
@ 2023-12-15 16:30 Arthur Zamarin
0 siblings, 0 replies; 2+ messages in thread
From: Arthur Zamarin @ 2023-12-15 16:30 UTC (permalink / raw
To: gentoo-commits
commit: 3a5523061c8e8e75e072a7f7c8780a254c4547f3
Author: Oskari Pirhonen <xxc3ncoredxx <AT> gmail <DOT> com>
AuthorDate: Mon Nov 6 04:27:39 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 6 04:27:39 2023 +0000
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 <xxc3ncoredxx <AT> 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..0000000
--- 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)
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-12-15 16:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-15 16:30 [gentoo-commits] proj/vim-patches:main commit in: / Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2022-12-05 4:28 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox