r57 - in trunk/vim/debian: . updates

Norbert Tretkowski nobse@costa.debian.org
Tue, 15 Mar 2005 10:33:35 +0100


Author: nobse
Date: 2005-03-15 10:33:33 +0100 (Tue, 15 Mar 2005)
New Revision: 57

Modified:
   trunk/vim/debian/changelog
   trunk/vim/debian/updates/tpp.vim
Log:
updated tpp.vim from alfie


Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog	2005-03-15 07:57:26 UTC (rev 56)
+++ trunk/vim/debian/changelog	2005-03-15 09:33:33 UTC (rev 57)
@@ -4,6 +4,7 @@
     + Added Pierre Habouzit, Torsten Landschoff, Matthijs Mohlmann, Stefano
       Zacchiroli and Alexis Sukrieh to uploaders. (closes: #299446)
     + Use $DEBFULLNAME and $DEBEMAIL to generate --with-compiledby value.
+    + Updated tpp syntax file, thanks to Gerfried Fuchs.
 
   * Pierre Habouzit <pierre.habouzit@m4x.org>:
     + Document the /etc/vim/{g,}vimrc.local files in README.Debian.
@@ -11,7 +12,7 @@
       - don't search emails in fields that have not one (closes: #114508).
       - fix debcontrolName according to Policy (closes: #148144).
 
- -- Norbert Tretkowski <nobse@debian.org>  Tue, 15 Mar 2005 08:56:39 +0100
+ -- Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>  Tue, 15 Mar 2005 10:33:07 +0100
 
 vim (1:6.3-064+1) unstable; urgency=low
 

Modified: trunk/vim/debian/updates/tpp.vim
===================================================================
--- trunk/vim/debian/updates/tpp.vim	2005-03-15 07:57:26 UTC (rev 56)
+++ trunk/vim/debian/updates/tpp.vim	2005-03-15 09:33:33 UTC (rev 57)
@@ -2,7 +2,7 @@
 " Language:	tpp - Text Presentation Program
 " Maintainer:	Gerfried Fuchs <alfie@ist.org>
 " Filenames:	*.tpp
-" Last Change:	8. November 2004
+" Last Change:	24. February 2005
 " URL:		http://alfie.ist.org/projects/vim/syntax/tpp.vim
 " License:	BSD
 "
@@ -32,7 +32,7 @@
 syn match tppTimeOptionKey contained "^--sleep *"
 
 syn match tppString contained ".*"
-syn match tppColor contained "\%(white\|yellow\|red\|green\|blue\|cyan\|magenta\|black\)"
+syn match tppColor contained "\%(white\|yellow\|red\|green\|blue\|cyan\|magenta\|black\|default\)"
 syn match tppTime contained "\d\+"
 
 syn region tppPageLocalSwitch start="^--" end="$" contains=tppPageLocalSwitchKey oneline