~ubuntu-branches/ubuntu/feisty/vim/feisty-security

« back to all changes in this revision

Viewing changes to patches/dosini.vim-hash_comment.diff

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2006-12-15 12:15:18 UTC
  • Revision ID: james.westby@ubuntu.com-20061215121518-13ty8qfxq2bewly7
Tags: 1:7.0-164+1ubuntu1
* Resynchronise with Debian. Remaining changes:
  + debian/runtime/debian.vim.in:
    - disable autoindent and backup files
  + patches/900_debcontrol.vim.diff:
    - add restricted, universe, multiverse, and metapackages to allowed
      sections
  + patches/901_debchangelog.vim.diff:
    - add breezy, dapper, edgy, feisty, *-proposed, *-updates, *-security,
      *-backports, and dapper-commercial to allowed distributions
  + patches/add-ubuntu-sources.diff:
    - add restricted, universe, multiverse to allowed sections
    - add dapper, edgy, feisty, *-proposed, *-updtaes, *-security, and
      *-backports to allowed distributions
  + patches/cindent-fix.patch:
    - added again
  + debian/control:
    - drop lesstif2-dev from Build-Depends
    - drop vim-lesstif package
    - add libxt-dev to Build-Depends to fix build
  + debian/rules:
    - enable pythoninterpreter on basic builds
    - skip -lesstif and -full variants
    - remove references to vim-full package
    - create a .pot file for translations
  + debian/gvim.desktop:
    - add NoDisplay=true

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: vim/runtime/syntax/dosini.vim
 
2
===================================================================
 
3
--- vim/runtime/syntax/dosini.vim.orig
 
4
+++ vim/runtime/syntax/dosini.vim
 
5
@@ -17,7 +17,7 @@
 
6
 
 
7
 syn match  dosiniLabel         "^.\{-}="
 
8
 syn region dosiniHeader                start="\[" end="\]"
 
9
-syn match  dosiniComment       "^;.*$"
 
10
+syn match  dosiniComment       "^[;#].*$"
 
11
 
 
12
 " Define the default highlighting.
 
13
 " For version 5.7 and earlier: only when not done already