# New Ticket Created by  Kay-Uwe Huell 
# Please include the string:  [perl #43003]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=43003 >


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Parrot-Team,

I had forgotten to add vim-folding for POD in #43000 now it is present.
You can test it by issueing 'cd editor ; make vim-install', opening a
pir file and typing

  :set foldmethod=syntax

This enters syntax folding mode.

I have added all PMCs from library/PGE and library/Parrot to
MANIFEST.generated as well. If you install parrot with 'make
reallyinstall' these pbc-files have not been installed before.

Regards,

Kiwi

diffstat:
 MANIFEST.generated |    9 +++++++++
 editor/pir.vim.in  |    2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGUB4cHSiAp6bcIcgRAgrJAJ41VsNQOYswb3F9Svh9fbwFixhUpQCePpu9
iMq1mtYLrzOgeVv84+2WYNg=
=YrlN
-----END PGP SIGNATURE-----
Index: editor/pir.vim.in
===================================================================
--- editor/pir.vim.in	(Revision 18595)
+++ editor/pir.vim.in	(Arbeitskopie)
@@ -20,7 +20,7 @@
 syntax clear
 
 syn include @Pod syntax/pod.vim
-syn region pirPod start="^=[a-z]" end="^=cut" keepend [EMAIL PROTECTED]
+syn region pirPod start="^=[a-z]" end="^=cut" keepend [EMAIL PROTECTED] fold
 
 syn keyword pirType int float num string pmc
 syn match   pirPMC  /\.\(Compiler\|Continuation\|Coroutine\|CSub\|NCI\|Eval\|Sub\|Scratchpad\)/
Index: MANIFEST.generated
===================================================================
--- MANIFEST.generated	(Revision 18595)
+++ MANIFEST.generated	(Arbeitskopie)
@@ -197,7 +197,16 @@
 runtime/parrot/library/Data/Escape.pbc            [main]
 runtime/parrot/library/Data/Sort.pbc              [main]
 runtime/parrot/library/Getopt/Obj.pbc             [main]
+runtime/parrot/library/Parrot/Capture_PIR.pbc     [main]
+runtime/parrot/library/Parrot/Coroutine.pbc       [main]
+runtime/parrot/library/Parrot/HLLCompiler.pbc     [main]
 runtime/parrot/library/PGE.pbc                    [main]
+runtime/parrot/library/PGE/Dumper.pbc             [main]
+runtime/parrot/library/PGE/Glob.pbc               [main]
+runtime/parrot/library/PGE/Hs.pbc                 [main]
+runtime/parrot/library/PGE/P6Grammar.pbc          [main]
+runtime/parrot/library/PGE/Text.pbc               [main]
+runtime/parrot/library/PGE/Util.pbc               [main]
 runtime/parrot/library/Stream/Base.pbc            [main]
 runtime/parrot/library/Stream/Combiner.pbc        [main]
 runtime/parrot/library/Stream/Coroutine.pbc       [main]

Attachment: editor2.patch.sig
Description: Binary data

Reply via email to