r295 - in trunk/vim/debian: . patches

James Vega jamessan-guest at costa.debian.org
Wed Aug 31 19:46:56 UTC 2005


Author: jamessan-guest
Date: 2005-08-31 19:46:55 +0000 (Wed, 31 Aug 2005)
New Revision: 295

Added:
   trunk/vim/debian/patches/139_perl.vim.diff
Modified:
   trunk/vim/debian/changelog
Log:
Fix recognition of Perl's regular expression quantifiers.


Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog	2005-08-24 12:42:40 UTC (rev 294)
+++ trunk/vim/debian/changelog	2005-08-31 19:46:55 UTC (rev 295)
@@ -31,8 +31,10 @@
       muttrc/mail filetypes. (closes: #307946)
     + Added patch 138_filetype.txt.diff, fix a typo in the changelog-plugin
       section of filetype.txt. (closes: #314595)
+    + Added patch 139_perl.vim.diff, fix recognition of regular expression
+      quantifiers.
 
- -- Debian VIM Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>  Wed, 24 Aug 2005 08:40:33 -0400
+ -- Debian VIM Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>  Wed, 31 Aug 2005 15:45:18 -0400
 
 vim (1:6.3-085+1) unstable; urgency=high
 

Added: trunk/vim/debian/patches/139_perl.vim.diff
===================================================================
--- trunk/vim/debian/patches/139_perl.vim.diff	2005-08-24 12:42:40 UTC (rev 294)
+++ trunk/vim/debian/patches/139_perl.vim.diff	2005-08-31 19:46:55 UTC (rev 295)
@@ -0,0 +1,12 @@
+diff -urN vim63/runtime/syntax/perl.vim vim63.new/runtime/syntax/perl.vim
+--- vim63/runtime/syntax/perl.vim	2005-08-31 15:34:49.000000000 -0400
++++ vim63.new/runtime/syntax/perl.vim	2005-08-31 15:33:50.000000000 -0400
+@@ -181,7 +181,7 @@
+ " Special characters in strings and matches
+ syn match  perlSpecialString	"\\\(\d\+\|[xX]\x\+\|c\u\|.\)" contained
+ syn match  perlSpecialStringU	"\\['\\]" contained
+-syn match  perlSpecialMatch	"{\d\(,\d\)\=}" contained
++syn match  perlSpecialMatch	"{\d\+\(,\(\d\+\)\=\)\=}" contained
+ syn match  perlSpecialMatch	"\[\(\]\|-\)\=[^\[\]]*\(\[\|\-\)\=\]" contained
+ syn match  perlSpecialMatch	"[+*()?.]" contained
+ syn match  perlSpecialMatch	"(?[#:=!]" contained




More information about the pkg-vim-maintainers mailing list