r597 - in trunk/vim7: debian patches
Stefano Zacchiroli
zack at costa.debian.org
Tue Apr 18 13:33:49 UTC 2006
Author: zack
Date: 2006-04-18 13:33:46 +0000 (Tue, 18 Apr 2006)
New Revision: 597
Removed:
trunk/vim7/patches/104_debchangelog.vim.diff
trunk/vim7/patches/108_automake.vim.diff
trunk/vim7/patches/109_xdefaults.vim.diff
trunk/vim7/patches/119_php.vim.diff
trunk/vim7/patches/136_muttrc.vim.diff
trunk/vim7/patches/140_muttrc.vim.diff
trunk/vim7/patches/148_debchangelog.vim.diff
trunk/vim7/patches/157_slrnrc.vim.diff
trunk/vim7/patches/203_zh_TW.UTF8.po.diff
Modified:
trunk/vim7/debian/changelog
trunk/vim7/debian/rules
trunk/vim7/patches/pushed-upstream.txt
trunk/vim7/patches/series
Log:
snapshot 7.0e01
huge load of patches have been accepted by Bram as maintained by Debian VIM Maintainers
Modified: trunk/vim7/debian/changelog
===================================================================
--- trunk/vim7/debian/changelog 2006-04-17 14:33:42 UTC (rev 596)
+++ trunk/vim7/debian/changelog 2006-04-18 13:33:46 UTC (rev 597)
@@ -1,4 +1,4 @@
-vim (1:6.4+7.0e-1) UNRELEASED; urgency=low
+vim (1:6.4+7.0e01-1) UNRELEASED; urgency=low
[ Debian Vim Maintainers ]
* New upstream snapshot (7.0e).
@@ -6,10 +6,20 @@
[ Stefano Zacchiroli ]
* Screening of patches no longer needed with vim7 & pushing upstream
of as many debian-specific patches as possible. Results:
- + removed patches: 106_fstab.vim.diff, 111_fstab.vim.diff,
- 130_fstab.vim.diff, 133_resolv.vim.diff
+ + removed patches: 104_debchangelog.vim.diff, 106_fstab.vim.diff,
+ 108_automake.vim.diff, 109_xdefaults.vim.diff, 111_fstab.vim.diff,
+ 119_php.vim.diff, 130_fstab.vim.diff, 133_resolv.vim.diff,
+ 136_muttrc.vim.diff, 140_muttrc.vim.diff, 148_debchangelog.vim.diff,
+ 157_slrnrc.vim.diff, 203_zh_TW.UTF8.po.diff
+ + The following runtime and translation files are now maintained upstream
+ in a best effort fashion (i.e. they are looking for a new maintainer) by
+ Debian VIM Maintainers: syntax/muttrc.vim, syntax/automake.vim,
+ syntax/php.vim, syntax/slrnrc.vim, syntax/tpp.vim,
+ lang/po/zh_TW.UTF-8.po.
+ + syntax/debchangelog.vim is now officially maintained upstream by Debian
+ VIM Maintainers
- -- Stefano Zacchiroli <zack at debian.org> Sat, 15 Apr 2006 17:39:08 -0400
+ -- Stefano Zacchiroli <zack at debian.org> Tue, 18 Apr 2006 09:25:06 -0400
vim (1:6.4+7.0d03-1) experimental; urgency=low
Modified: trunk/vim7/debian/rules
===================================================================
--- trunk/vim7/debian/rules 2006-04-17 14:33:42 UTC (rev 596)
+++ trunk/vim7/debian/rules 2006-04-18 13:33:46 UTC (rev 597)
@@ -162,7 +162,7 @@
NAME=vim
VERSION=7.0e
-SNAPSHOT=
+SNAPSHOT=01
DEBVERSION=6.4+$(VERSION)$(SNAPSHOT)
SRCDIR=$(NAME)$(subst .,,$(VERSION))
VIMCUR=$(SRCDIR)
Deleted: trunk/vim7/patches/104_debchangelog.vim.diff
===================================================================
--- trunk/vim7/patches/104_debchangelog.vim.diff 2006-04-17 14:33:42 UTC (rev 596)
+++ trunk/vim7/patches/104_debchangelog.vim.diff 2006-04-18 13:33:46 UTC (rev 597)
@@ -1,13 +0,0 @@
-Index: vim/runtime/syntax/debchangelog.vim
-===================================================================
---- vim/runtime/syntax/debchangelog.vim.orig
-+++ vim/runtime/syntax/debchangelog.vim
-@@ -16,7 +16,7 @@
- " Define some common expressions we can use later on
- syn match debchangelogName contained "^[[:alpha:]][[:alnum:].+-]\+ "
- syn match debchangelogUrgency contained "; urgency=\(low\|medium\|high\|critical\)"
--syn match debchangelogTarget contained "\( stable\| frozen\| unstable\| experimental\)\+"
-+syn match debchangelogTarget contained "\( stable\| frozen\| unstable\| testing-proposed-updates\| experimental\)\+"
- syn match debchangelogVersion contained "(.\{-})"
- syn match debchangelogCloses contained "closes:\s*\(bug\)\=#\s\=\d\+\(,\s*\(bug\)\=#\s\=\d\+\)*"
- syn match debchangelogEmail contained "[_=[:alnum:].+-]\+@[[:alnum:]./\-]\+"
Deleted: trunk/vim7/patches/108_automake.vim.diff
===================================================================
--- trunk/vim7/patches/108_automake.vim.diff 2006-04-17 14:33:42 UTC (rev 596)
+++ trunk/vim7/patches/108_automake.vim.diff 2006-04-18 13:33:46 UTC (rev 597)
@@ -1,13 +0,0 @@
-Index: vim/runtime/syntax/automake.vim
-===================================================================
---- vim/runtime/syntax/automake.vim.orig
-+++ vim/runtime/syntax/automake.vim
-@@ -20,7 +20,7 @@
-
- syn match automakePrimary "^[A-Za-z0-9_]\+\(_PROGRAMS\|LIBRARIES\|_LIST\|_SCRIPTS\|_DATA\|_HEADERS\|_MANS\|_TEXINFOS\|_JAVA\|_LTLIBRARIES\)\s*="me=e-1
- syn match automakePrimary "^TESTS\s*="me=e-1
--syn match automakeSecondary "^[A-Za-z0-9_]\+\(_SOURCES\|_LDADD\|_LIBADD\|_LDFLAGS\|_DEPENDENCIES\)\s*="me=e-1
-+syn match automakeSecondary "^[A-Za-z0-9_]\+\(_SOURCES\|_LDADD\|_LIBADD\|_LDFLAGS\|_DEPENDENCIES\|_CPPFLAGS\)\s*="me=e-1
- syn match automakeSecondary "^OMIT_DEPENDENCIES\s*="me=e-1
- syn match automakeExtra "^EXTRA_[A-Za-z0-9_]\+\s*="me=e-1
- syn match automakeOptions "^\(AUTOMAKE_OPTIONS\|ETAGS_ARGS\|TAGS_DEPENDENCIES\)\s*="me=e-1
Deleted: trunk/vim7/patches/109_xdefaults.vim.diff
===================================================================
--- trunk/vim7/patches/109_xdefaults.vim.diff 2006-04-17 14:33:42 UTC (rev 596)
+++ trunk/vim7/patches/109_xdefaults.vim.diff 2006-04-18 13:33:46 UTC (rev 597)
@@ -1,13 +0,0 @@
-Index: vim/runtime/syntax/xdefaults.vim
-===================================================================
---- vim/runtime/syntax/xdefaults.vim.orig
-+++ vim/runtime/syntax/xdefaults.vim
-@@ -76,7 +76,7 @@
- syn match xdefaultsIncluded contained "<[^>]*>"
- syn match xdefaultsInclude "^\s*#\s*include\>\s*["<]" contains=xdefaultsIncluded
- syn cluster xdefaultsPreProcGroup contains=xdefaultsPreProc,xdefaultsIncluded,xdefaultsInclude,xdefaultsDefine
--syn region xdefaultsDefine start="^\s*#\s*\(define\|undef\)\>" skip="\\$" end="$" contains=ALLBUT, at xdefaultsPreProcGroup,xdefaultsCommentH,xdefaultsErrorLine
-+syn region xdefaultsDefine start="^\s*#\s*\(define\|undef\)\>" skip="\\$" end="$" contains=ALLBUT, at xdefaultsPreProcGroup,xdefaultsCommentH,xdefaultsErrorLine,xdefaultsCppOut2
- syn region xdefaultsPreProc start="^\s*#\s*\(pragma\>\|line\>\|warning\>\|warn\>\|error\>\)" skip="\\$" end="$" keepend contains=ALLBUT, at xdefaultsPreProcGroup,xdefaultsCommentH,xdefaultsErrorLine
-
-
Deleted: trunk/vim7/patches/119_php.vim.diff
===================================================================
--- trunk/vim7/patches/119_php.vim.diff 2006-04-17 14:33:42 UTC (rev 596)
+++ trunk/vim7/patches/119_php.vim.diff 2006-04-18 13:33:46 UTC (rev 597)
@@ -1,33 +0,0 @@
-Index: vim/runtime/syntax/php.vim
-===================================================================
---- vim/runtime/syntax/php.vim.orig
-+++ vim/runtime/syntax/php.vim
-@@ -326,9 +326,11 @@
- " String
- if exists("php_parent_error_open")
- syn region phpStringDouble matchgroup=None start=+"+ skip=+\\\\\|\\"+ end=+"+ contains=@phpAddStrings,phpIdentifier,phpSpecialChar,phpIdentifierSimply,phpIdentifierComplex contained keepend
-+ syn region phpBacktick matchgroup=None start=+`+ skip=+\\\\\|\\"+ end=+`+ contains=@phpAddStrings,phpIdentifier,phpSpecialChar,phpIdentifierSimply,phpIdentifierComplex contained keepend
- syn region phpStringSingle matchgroup=None start=+'+ skip=+\\\\\|\\'+ end=+'+ contains=@phpAddStrings contained keepend
- else
- syn region phpStringDouble matchgroup=None start=+"+ skip=+\\\\\|\\"+ end=+"+ contains=@phpAddStrings,phpIdentifier,phpSpecialChar,phpIdentifierSimply,phpIdentifierComplex contained extend keepend
-+ syn region phpBacktick matchgroup=None start=+`+ skip=+\\\\\|\\"+ end=+`+ contains=@phpAddStrings,phpIdentifier,phpSpecialChar,phpIdentifierSimply,phpIdentifierComplex contained extend keepend
- syn region phpStringSingle matchgroup=None start=+'+ skip=+\\\\\|\\'+ end=+'+ contains=@phpAddStrings contained keepend extend
- endif
-
-@@ -355,7 +357,7 @@
- syn match phpParent "[({[\]})]" contained
- endif
-
--syn cluster phpClConst contains=phpFunctions,phpIdentifier,phpConditional,phpRepeat,phpStatement,phpOperator,phpRelation,phpStringSingle,phpStringDouble,phpNumber,phpFloat,phpKeyword,phpType,phpBoolean,phpStructure,phpMethodsVar,phpConstant,phpCoreConstant,phpException
-+syn cluster phpClConst contains=phpFunctions,phpIdentifier,phpConditional,phpRepeat,phpStatement,phpOperator,phpRelation,phpStringSingle,phpStringDouble,phpBacktick,phpNumber,phpFloat,phpKeyword,phpType,phpBoolean,phpStructure,phpMethodsVar,phpConstant,phpCoreConstant,phpException
- syn cluster phpClInside contains=@phpClConst,phpComment,phpLabel,phpParent,phpParentError,phpInclude,phpHereDoc
- syn cluster phpClFunction contains=@phpClInside,phpDefine,phpParentError,phpStorageClass
- syn cluster phpClTop contains=@phpClFunction,phpFoldFunction,phpFoldClass,phpFoldInterface,phpFoldTry,phpFoldCatch
-@@ -463,6 +465,7 @@
- HiLink phpStructure Structure
- HiLink phpStringSingle String
- HiLink phpStringDouble String
-+ HiLink phpBacktick String
- HiLink phpNumber Number
- HiLink phpFloat Float
- HiLink phpMethods Function
Deleted: trunk/vim7/patches/136_muttrc.vim.diff
===================================================================
--- trunk/vim7/patches/136_muttrc.vim.diff 2006-04-17 14:33:42 UTC (rev 596)
+++ trunk/vim7/patches/136_muttrc.vim.diff 2006-04-18 13:33:46 UTC (rev 597)
@@ -1,12 +0,0 @@
-Index: vim/runtime/syntax/muttrc.vim
-===================================================================
---- vim/runtime/syntax/muttrc.vim.orig
-+++ vim/runtime/syntax/muttrc.vim
-@@ -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
Deleted: trunk/vim7/patches/140_muttrc.vim.diff
===================================================================
--- trunk/vim7/patches/140_muttrc.vim.diff 2006-04-17 14:33:42 UTC (rev 596)
+++ trunk/vim7/patches/140_muttrc.vim.diff 2006-04-18 13:33:46 UTC (rev 597)
@@ -1,37 +0,0 @@
-Index: vim/runtime/syntax/muttrc.vim
-===================================================================
---- vim/runtime/syntax/muttrc.vim.orig
-+++ vim/runtime/syntax/muttrc.vim
-@@ -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.*
Deleted: trunk/vim7/patches/148_debchangelog.vim.diff
===================================================================
--- trunk/vim7/patches/148_debchangelog.vim.diff 2006-04-17 14:33:42 UTC (rev 596)
+++ trunk/vim7/patches/148_debchangelog.vim.diff 2006-04-18 13:33:46 UTC (rev 597)
@@ -1,18 +0,0 @@
-Index: vim/runtime/syntax/debchangelog.vim
-===================================================================
---- vim/runtime/syntax/debchangelog.vim.orig
-+++ vim/runtime/syntax/debchangelog.vim
-@@ -15,10 +15,10 @@
-
- " Define some common expressions we can use later on
- syn match debchangelogName contained "^[[:alpha:]][[:alnum:].+-]\+ "
--syn match debchangelogUrgency contained "; urgency=\(low\|medium\|high\|critical\)"
--syn match debchangelogTarget contained "\( stable\| frozen\| unstable\| testing-proposed-updates\| experimental\)\+"
-+syn match debchangelogUrgency contained "; urgency=\(low\|medium\|high\|critical\|emergency\)\( \S.*\)\="
-+syn match debchangelogTarget contained "\( stable\| frozen\| unstable\| testing-proposed-updates\| experimental\| sarge-backports\| sarge-volatile\| stable-security\| testing-security\)\+"
- syn match debchangelogVersion contained "(.\{-})"
--syn match debchangelogCloses contained "closes:\s*\(bug\)\=#\s\=\d\+\(,\s*\(bug\)\=#\s\=\d\+\)*"
-+syn match debchangelogCloses contained "closes:\s*\(bug\)\=#\=\s\=\d\+\(,\s*\(bug\)\=#\=\s\=\d\+\)*"
- syn match debchangelogEmail contained "[_=[:alnum:].+-]\+@[[:alnum:]./\-]\+"
- syn match debchangelogEmail contained "<.\{-}>"
-
Deleted: trunk/vim7/patches/157_slrnrc.vim.diff
===================================================================
--- trunk/vim7/patches/157_slrnrc.vim.diff 2006-04-17 14:33:42 UTC (rev 596)
+++ trunk/vim7/patches/157_slrnrc.vim.diff 2006-04-18 13:33:46 UTC (rev 597)
@@ -1,22 +0,0 @@
-Index: vim/runtime/syntax/slrnrc.vim
-===================================================================
---- vim/runtime/syntax/slrnrc.vim.orig
-+++ vim/runtime/syntax/slrnrc.vim
-@@ -119,7 +119,7 @@
- syn keyword slrnrcFunArt contained help hide_article locate_article mark_spot next next_high_score next_same_subject pipe post post_postponed previous print quit redraw
- syn keyword slrnrcFunArt contained repeat_last_key reply request save show_spoilers shrink_article_window skip_quotes skip_to_next_group skip_to_previous_group
- syn keyword slrnrcFunArt contained subject_search_backward subject_search_forward supersede suspend tag_header toggle_collapse_threads toggle_header_formats
--syn keyword slrnrcFunArt contained toggle_header_tag toggle_headers toggle_pgpsignature toggle_quotes toggle_rot13 toggle_signature toggle_verbatim_marks
-+syn keyword slrnrcFunArt contained toggle_header_tag toggle_headers toggle_pgpsignature toggle_quotes toggle_rot13 toggle_signature toggle_sort toggle_verbatim_marks
- syn keyword slrnrcFunArt contained toggle_verbatim_text uncatchup uncatchup_all undelete untag_headers view_scores wrap_article zoom_article_window
-
- " Listed for removal
-@@ -136,7 +136,7 @@
- syn keyword slrnrcFunGroup contained down group_bob group_eob pagedown pageup toggle_group_display uncatch_up up
-
- " Functions in readline mode (actually from slang's slrline.c)
--syn keyword slrnrcFunRead contained bdel bol del deleol down enter eol left quoted_insert right self_insert trim up
-+syn keyword slrnrcFunRead contained bdel bol complete cycle del delbol delbow deleol down enter eol left quoted_insert right self_insert trim up
-
- " Binding keys
- syn keyword slrnrcSetkeyObj contained article group readline
Deleted: trunk/vim7/patches/203_zh_TW.UTF8.po.diff
===================================================================
--- trunk/vim7/patches/203_zh_TW.UTF8.po.diff 2006-04-17 14:33:42 UTC (rev 596)
+++ trunk/vim7/patches/203_zh_TW.UTF8.po.diff 2006-04-18 13:33:46 UTC (rev 597)
@@ -1,18 +0,0 @@
-Index: vim/src/po/zh_TW.UTF-8.po
-===================================================================
---- vim/src/po/zh_TW.UTF-8.po.orig
-+++ vim/src/po/zh_TW.UTF-8.po
-@@ -3288,11 +3288,11 @@
-
- #, c-format
- msgid "%ld more lines"
--msgstr "還有 %ld 行 "
-+msgstr "多了 %ld 行 "
-
- #, c-format
- msgid "%ld fewer lines"
--msgstr "只剩 %ld 行 "
-+msgstr "少了 %ld 行 "
-
- msgid " (Interrupted)"
- msgstr " (已中斷)"
Modified: trunk/vim7/patches/pushed-upstream.txt
===================================================================
--- trunk/vim7/patches/pushed-upstream.txt 2006-04-17 14:33:42 UTC (rev 596)
+++ trunk/vim7/patches/pushed-upstream.txt 2006-04-18 13:33:46 UTC (rev 597)
@@ -1,45 +1,6 @@
Documenting the attempt of pushing patches upstream before the vim7 release.
-108_automake.vim.diff
-
- Signaled to maintainer and Bram
- Tue, 28 Mar 2006 17:53:52 -0500 zack
- Pinged again about Bram's last call: Thu, 13 Apr 2006 10:41:37 -0400 zack
- pkg-vim-maintainers version ready in svn
-
-119_php.vim.diff
-
- Signaled to maintainer and Bram
- Mon, 27 Mar 2006 09:10:15 -0500 zack
- Pinged again about Bram's last call: Thu, 13 Apr 2006 10:39:39 -0400 zack
- pkg-vim-maintainers version ready in svn
-
-136_muttrc.vim.diff
-140_muttrc.vim.diff
-
- Signaled to maintainers
- Should be forwarded to Bram by April 3rd
- Sat, 25 Mar 2006 20:18:57 -0500 zack
- Pinged again about Bram's last call: Wed, 12 Apr 2006 12:17:02 -0400 zack
- pkg-vim-maintainers version ready in svn
-
-104_debchangelog.vim.diff
-148_debchangelog.vim.diff
-
- Signaled to wichert
- Sat, 25 Mar 2006 20:26:57 -0500 zack
- Pinged again about Bram's last call, proposed hijacking by
- pkg-vim-maintainers: Wed, 12 Apr 2006 12:23:07 -0400 zack
- pkg-vim-maintainers version ready in svn
-
-157_slrnrc.vim.diff
-
- Signaled to Bram and maintainer
- Sun, 26 Mar 2006 11:46:05 -0500 zack
- Pinged again about Bram's last call: Thu, 13 Apr 2006 10:35:01 -0400 zack
- pkg-vim-maintainers version ready in svn
-
201_fr.po.diff
Signaled to translators and Bram
@@ -48,17 +9,3 @@
New maintainer acknowledged that he will include the patch before April 17th:
Fri, 14 Apr 2006 15:26:42 -0400 zack
-203_zh_TW.UTF8.po.diff
-
- Signaled to translator and Bram
- Tue, 28 Mar 2006 22:34:33 -0500 zack
- Pinged again about Bram's last call: Thu, 13 Apr 2006 10:49:38 -0400 zack
- Note: translator in the past said the patch was fine, but never applied it.
- pkg-vim-maintainers version ready in svn
-
-debian/updates/tpp.vim
-
- Signaled to maintainer and Bram
- Mon, 3 Apr 2006 23:53:20 -0400 jamessan
- pkg-vim-maintainers version ready in svn
-
Modified: trunk/vim7/patches/series
===================================================================
--- trunk/vim7/patches/series 2006-04-17 14:33:42 UTC (rev 596)
+++ trunk/vim7/patches/series 2006-04-18 13:33:46 UTC (rev 597)
@@ -1,12 +1,3 @@
102_pythoncomplete.vim.diff -p0
-104_debchangelog.vim.diff -p0
-108_automake.vim.diff -p0
-109_xdefaults.vim.diff -p0
-119_php.vim.diff -p0
-136_muttrc.vim.diff -p0
-140_muttrc.vim.diff -p0
-148_debchangelog.vim.diff -p0
-157_slrnrc.vim.diff -p0
161_cmake-support.diff -p0
201_fr.po.diff -p0
-203_zh_TW.UTF8.po.diff -p0
More information about the pkg-vim-maintainers
mailing list