r288 - in trunk/vim/debian: . patches

Matthijs Mohlmann active2-guest at costa.debian.org
Mon Aug 15 21:39:36 UTC 2005


Author: active2-guest
Date: 2005-08-15 21:39:35 +0000 (Mon, 15 Aug 2005)
New Revision: 288

Added:
   trunk/vim/debian/patches/136_muttrc.vim.diff
Modified:
   trunk/vim/debian/changelog
Log:
 * Fixed syntax highlighting in muttrc


Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog	2005-08-15 07:24:45 UTC (rev 287)
+++ trunk/vim/debian/changelog	2005-08-15 21:39:35 UTC (rev 288)
@@ -19,12 +19,14 @@
       sshconfigKeyword (closes: #321119)
     + Added debsources.vim (135_debsources.vim) to add syntax highlighting for
       /etc/apt/sources.list (closes: #308947)
+    + Added patch 136_muttrc.vim.diff, added crypt_autosign, crypt_autoencrypt
+      and xterm_set_titles to syn keyword (closes: #323278)
 
   * Pierre Habouzit <madcoder at debian.org>
     + Fix patch 105_xmodmap.vim.diff : wrt XF86_ClearGrab. (Closes: #322355)
     + Fix typo in doc/editing.txt.  (Closes: #322254)
 
- -- Debian VIM Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>  Mon, 15 Aug 2005 09:20:42 +0200
+ -- Debian VIM Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>  Mon, 15 Aug 2005 23:38:10 +0200
 
 vim (1:6.3-085+1) unstable; urgency=high
 

Added: trunk/vim/debian/patches/136_muttrc.vim.diff
===================================================================
--- trunk/vim/debian/patches/136_muttrc.vim.diff	2005-08-15 07:24:45 UTC (rev 287)
+++ trunk/vim/debian/patches/136_muttrc.vim.diff	2005-08-15 21:39:35 UTC (rev 288)
@@ -0,0 +1,11 @@
+diff -ruN vim63.orig/runtime/syntax/muttrc.vim vim63/runtime/syntax/muttrc.vim
+--- vim63.orig/runtime/syntax/muttrc.vim	2005-08-15 09:13:52.137774992 +0200
++++ vim63/runtime/syntax/muttrc.vim	2005-08-15 23:37:12.900055496 +0200
+@@ -120,6 +120,7 @@
+ syn keyword muttrcVarBool	contained invstatus_on_top invstrict_threads invsuspend invtext_flowed invthorough_search
+ syn keyword muttrcVarBool	contained invthread_received invtilde invuncollapse_jump invuse_8bitmime invuse_domain invuse_from
+ syn keyword muttrcVarBool	contained invuse_ipv6 invuser_agent invwait_key invweed invwrap_search invwrite_bcc
++syn keyword muttrcVarBool	contained crypt_autosign crypt_autoencrypt xterm_set_titles
+ 
+ syn keyword muttrcVarQuad	contained abort_nosubject abort_unmodified copy delete honor_followup_to include mime_forward
+ syn keyword muttrcVarQuad	contained mime_forward_rest mime_fwd move pgp_create_traditional pgp_verify_sig pop_delete




More information about the pkg-vim-maintainers mailing list