~ubuntu-branches/ubuntu/edgy/vim/edgy-updates

« back to all changes in this revision

Viewing changes to patches/901_debchangelog.vim.diff

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-02-02 13:55:52 UTC
  • Revision ID: james.westby@ubuntu.com-20060202135552-o60gcf576osqpmcg
Tags: 1:6.4-006+2ubuntu1
* Synchronize with Debian unstable.
* Convert Ubuntu patches to use quilt.
* Re-register alternative for `editor'.
* Install .desktop file again, add attribute NoDisplay=true.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -urN vim63/runtime/syntax/debchangelog.vim vim63.new/runtime/syntax/debchangelog.vim
 
2
--- vim/vim/runtime/syntax/debchangelog.vim~    2006-02-02 14:42:12.838933928 +0000
 
3
+++ vim/vim/runtime/syntax/debchangelog.vim     2006-02-02 14:43:59.282752008 +0000
 
4
@@ -16,7 +16,7 @@
 
5
 " Define some common expressions we can use later on
 
6
 syn match debchangelogName     contained "^[[:alpha:]][[:alnum:].+-]\+ "
 
7
 syn match debchangelogUrgency  contained "; urgency=\(low\|medium\|high\|critical\|emergency\)\( \S.*\)\="
 
8
-syn match debchangelogTarget   contained "\( stable\| frozen\| unstable\| testing-proposed-updates\| experimental\| sarge-backports\| sarge-volatile\| stable-security\| testing-security\)\+"
 
9
+syn match debchangelogTarget   contained "\( stable\| frozen\| unstable\| testing-proposed-updates\| experimental\| sarge-backports\| sarge-volatile\| stable-security\| testing-security\| warty\| hoary\| breezy\| dapper\)\+"
 
10
 syn match debchangelogVersion  contained "(.\{-})"
 
11
 syn match debchangelogCloses   contained "closes:\s*\(bug\)\=#\=\s\=\d\+\(,\s*\(bug\)\=#\=\s\=\d\+\)*"
 
12
 syn match debchangelogEmail    contained "[_=[:alnum:].+-]\+@[[:alnum:]./\-]\+"