r777 - in /trunk/packages/vim: debian/changelog patches/series
patches/zsh.vim-nested_quotes.diff
jamessan at users.alioth.debian.org
jamessan at users.alioth.debian.org
Tue Oct 3 18:22:50 UTC 2006
Author: jamessan
Date: Tue Oct 3 18:22:50 2006
New Revision: 777
URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=777
Log:
Fix syntax highlighting of single quotes nested in double quotes. (#390911)
Added:
trunk/packages/vim/patches/zsh.vim-nested_quotes.diff
Modified:
trunk/packages/vim/debian/changelog
trunk/packages/vim/patches/series
Modified: trunk/packages/vim/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/changelog?rev=777&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Tue Oct 3 18:22:50 2006
@@ -11,6 +11,8 @@
upgrades from Sarge. (closes: #381526)
* Update debian/copyright with the license information for the user and
reference manuals.
+ * Add patch zsh.vim-nested_quotes.diff, which fixes handling of single
+ quotes nested inside double quotes. (closes: #390911)
[ Stefano Zacchiroli ]
* Added patches perl.vim-ftplugin_perldoc.diff,
@@ -18,7 +20,7 @@
usage of perldoc/pydoc/ri for keyword lookup on perl/python/ruby files.
(closes: #389332)
- -- James Vega <jamessan at debian.org> Tue, 3 Oct 2006 12:03:32 -0400
+ -- James Vega <jamessan at debian.org> Tue, 3 Oct 2006 14:20:09 -0400
vim (1:7.0-094+1) unstable; urgency=medium
Modified: trunk/packages/vim/patches/series
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/series?rev=777&op=diff
==============================================================================
--- trunk/packages/vim/patches/series (original)
+++ trunk/packages/vim/patches/series Tue Oct 3 18:22:50 2006
@@ -12,3 +12,4 @@
perl.vim-ftplugin_perldoc.diff -p0
ruby.vim-ftplugin_ri.diff -p0
python.vim-ftplugin_pydoc.diff -p0
+zsh.vim-nested_quotes.diff -p0
Added: trunk/packages/vim/patches/zsh.vim-nested_quotes.diff
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/zsh.vim-nested_quotes.diff?rev=777&op=file
==============================================================================
--- trunk/packages/vim/patches/zsh.vim-nested_quotes.diff (added)
+++ trunk/packages/vim/patches/zsh.vim-nested_quotes.diff Tue Oct 3 18:22:50 2006
@@ -1,0 +1,13 @@
+Index: vim/runtime/syntax/zsh.vim
+===================================================================
+--- vim/runtime/syntax/zsh.vim.orig
++++ vim/runtime/syntax/zsh.vim
+@@ -74,7 +74,7 @@
+
+ syn match zshTestOpr "-\<[oeaznlg][tfqet]\=\>\|!\==\|-\<[b-gkLprsStuwjxOG]\>"
+ "syn region zshTest start="\[" skip="\\$" end="\]" contains=zshString,zshTestOpr,zshDerefIdentifier,zshDerefOpr
+-syn region zshString start=+"+ skip=+\\"+ end=+"+ contains=zshSpecial,zshOperator,zshDerefIdentifier,zshDerefOpr,zshSpecialShellVar,zshSinglequote,zshCommandSub
++syn region zshString start=+"+ skip=+\\"+ end=+"+ contains=zshSpecial,zshOperator,zshDerefIdentifier,zshDerefOpr,zshSpecialShellVar,zshCommandSub
+
+ " Define the default highlighting.
+ " For version 5.7 and earlier: only when not done already
More information about the pkg-vim-maintainers
mailing list