r305 - in trunk/vim/debian: . patches
Stefano Zacchiroli
zack at costa.debian.org
Sun Sep 18 20:35:59 UTC 2005
Author: zack
Date: 2005-09-18 20:35:57 +0000 (Sun, 18 Sep 2005)
New Revision: 305
Added:
trunk/vim/debian/patches/140_muttrc.vim.diff
Modified:
trunk/vim/debian/changelog
Log:
improved muttrc syntax highlighting
Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog 2005-09-07 17:08:00 UTC (rev 304)
+++ trunk/vim/debian/changelog 2005-09-18 20:35:57 UTC (rev 305)
@@ -6,6 +6,8 @@
* Stefano Zacchiroli <zack at debian.org>:
+ debian/rules: set SHELL=/bin/bash since we use bashisms.
(closes: #310974)
+ + Added patch 140_muttrc.vim.diff, which improves muttrc
+ highlighting. (closes: #327074)
-- Debian VIM Maintainers <pkg-vim-maintainers at lists.alioth.debian.org> Sat, 03 Sep 2005 01:11:09 +0200
Added: trunk/vim/debian/patches/140_muttrc.vim.diff
===================================================================
--- trunk/vim/debian/patches/140_muttrc.vim.diff 2005-09-07 17:08:00 UTC (rev 304)
+++ trunk/vim/debian/patches/140_muttrc.vim.diff 2005-09-18 20:35:57 UTC (rev 305)
@@ -0,0 +1,36 @@
+diff -urN vim63/runtime/syntax/muttrc.vim vim63.new/runtime/syntax/muttrc.vim
+--- vim63/runtime/syntax/muttrc.vim 2005-09-18 19:54:49.000000000 +0200
++++ vim63.new/runtime/syntax/muttrc.vim 2005-09-18 19:54:13.000000000 +0200
+@@ -121,6 +121,7 @@
+ 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 muttrcVarBool contained maildir_header_cache_verify
+
+ 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
+@@ -140,7 +141,7 @@
+ syn keyword muttrcVarNum contained pgp_timeout pop_checkinterval read_inc score_threshold_delete score_threshold_flag
+ syn keyword muttrcVarNum contained score_threshold_read sendmail_wait sleep_time timeout wrapmargin write_inc
+
+-syn keyword muttrcVarStr contained alias_file alias_format alternates attach_format attach_sep attribution certificate_file
++syn keyword muttrcVarStr contained alias_file alias_format attach_format attach_sep attribution certificate_file
+ syn keyword muttrcVarStr contained charset compose_format date_format default_hook display_filter dotlock_program dsn_notify
+ syn keyword muttrcVarStr contained dsn_return editor entropy_file escape folder folder_format forw_format forward_format
+ syn keyword muttrcVarStr contained from gecos_mask hdr_format hostname imap_authenticators imap_delim_chars
+@@ -155,6 +156,7 @@
+ syn keyword muttrcVarStr contained postponed preconnect print_cmd print_command query_command quote_regexp realname record
+ syn keyword muttrcVarStr contained reply_regexp send_charset sendmail shell signature simple_search smileys sort sort_alias
+ syn keyword muttrcVarStr contained sort_aux sort_browser spoolfile status_chars status_format tmpdir to_chars tunnel visual
++syn keyword muttrcVarStr contained header_cache header_cache_pagesize
+
+ syn keyword muttrcMenu contained alias attach browser compose editor index pager postpone pgp mix query generic
+
+@@ -162,6 +164,7 @@
+ syn keyword muttrcCommand folder-hook hdr_order iconv-hook ignore lists mailboxes message-hook mbox-hook my_hdr
+ syn keyword muttrcCommand pgp-hook push save-hook score send-hook source subscribe unalias unauto_view unhdr_order
+ syn keyword muttrcCommand unhook unignore unlists unmono unmy_hdr unscore unsubscribe
++syn keyword muttrcCommand send2-hook alternates unalternates
+
+ syn keyword muttrcSet set skipwhite nextgroup=muttrcVar.*
+ syn keyword muttrcUnset unset skipwhite nextgroup=muttrcVar.*
More information about the pkg-vim-maintainers
mailing list