r375 - trunk/vim/debian/patches

James Vega jamessan-guest at costa.debian.org
Sat Oct 22 18:46:23 UTC 2005


Author: jamessan-guest
Date: 2005-10-22 18:46:21 +0000 (Sat, 22 Oct 2005)
New Revision: 375

Modified:
   trunk/vim/debian/patches/147_perl.vim.diff
Log:
Fix an unescaped paren in the upstream syntax file.


Modified: trunk/vim/debian/patches/147_perl.vim.diff
===================================================================
--- trunk/vim/debian/patches/147_perl.vim.diff	2005-10-21 13:57:31 UTC (rev 374)
+++ trunk/vim/debian/patches/147_perl.vim.diff	2005-10-22 18:46:21 UTC (rev 375)
@@ -61,7 +61,7 @@
  syn keyword perlStatementInclude	require
 -syn match   perlStatementInclude	"\(use\|no\)\s\+\(integer\>\|strict\>\|lib\>\|sigtrap\>\|subs\>\|vars\>\|warnings\>\|utf8\>\|byte\>\)\="
 -syn keyword perlStatementScope		import
-+syn match   perlStatementInclude	"\<\(use\|no\)\s\+(\(attributes\|autouse\|base\|big\(int\|num\|rat\)\|blib\|bytes\|charnames\|constant\|diagnostics\|encoding\|fields\|filetest\|if\|integer\|less\|lib\|locale\|open\|ops\|overload\|re\|sigtrap\|sort\|strict\|subs\|threads\(::shared\)\=\|utf8\|vars\|vmsish\|warnings\(::register\)\=\)\>\)\="
++syn match   perlStatementInclude	"\<\(use\|no\)\s\+\(\(attributes\|autouse\|base\|big\(int\|num\|rat\)\|blib\|bytes\|charnames\|constant\|diagnostics\|encoding\|fields\|filetest\|if\|integer\|less\|lib\|locale\|open\|ops\|overload\|re\|sigtrap\|sort\|strict\|subs\|threads\(::shared\)\=\|utf8\|vars\|vmsish\|warnings\(::register\)\=\)\>\)\="
 +
  syn keyword perlStatementProc		alarm exec fork getpgrp getppid getpriority kill pipe setpgrp setpriority sleep system times wait waitpid
  syn keyword perlStatementSocket		accept bind connect getpeername getsockname getsockopt listen recv send setsockopt shutdown socket socketpair




More information about the pkg-vim-maintainers mailing list