~ubuntu-branches/ubuntu/vivid/vim/vivid

« back to all changes in this revision

Viewing changes to runtime/syntax/bzr.vim

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2008-11-05 11:37:43 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20081105113743-9i4urcsm3n44mhqe
Tags: 2:7.2.025-2ubuntu1
* Merge from debian unstable, remaining changes:
  - runtime/syntax/debcontrol.vim:
    + Add "metapackages" to the list of valid sections.
  - runtime/syntax/debchangelog.vim:
    + Add "jaunty" to the list of valid suites.
  - Drop vim-lesstif package and lesstif2-dev build-dependency.
  - Enable Python interpreter on basic builds.
  - Create a .pot file for translations.
  - Disable autoindent, line-wrapping, and backup files by default.
  - runtime/syntax/debsources.vim:
    + Add "jaunty" to debsourcesDistrKeyword
  - runtime/syntax/grub.vim:
    + Add Ubuntu-specific 'quiet' keyword.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
" Language:     Bazaar (bzr) commit file
3
3
" Maintainer:   Dmitry Vasiliev <dima at hlabs dot spb dot ru>
4
4
" URL:          http://www.hlabs.spb.ru/vim/bzr.vim
5
 
" Revision:     $Id: bzr.vim,v 1.1 2007/05/05 17:20:51 vimboss Exp $
 
5
" Revision:     $Id: bzr.vim 683 2008-07-30 11:52:38Z hdima $
6
6
" Filenames:    bzr_log.*
7
 
" Version:      1.0
 
7
" Version:      1.1
8
8
 
9
9
" For version 5.x: Clear all syntax items.
10
10
" For version 6.x: Quit when a syntax file was already loaded.
14
14
  finish
15
15
endif
16
16
 
17
 
syn region bzrRegion   start="^-\{14} This line and the following will be ignored -\{14}$" end="\%$" contains=ALL
 
17
syn region bzrRegion   start="^-\{14} This line and the following will be ignored -\{14}$" end="\%$" contains=ALL contains=@NoSpell
18
18
syn match bzrRemoved   "^removed:$" contained
19
19
syn match bzrAdded     "^added:$" contained
20
20
syn match bzrRenamed   "^renamed:$" contained