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

« back to all changes in this revision

Viewing changes to debian/patches/103_sh.vim.diff

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-04-03 13:09:32 UTC
  • Revision ID: james.westby@ubuntu.com-20050403130932-ufwjutq62j5mudfg
Tags: 1:6.3-046+1ubuntu7
Ensure kubuntu_01_xdg_menus.diff is not applied before uploading.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -Nur vim63.orig/runtime/syntax/sh.vim vim63/runtime/syntax/sh.vim
 
2
--- vim63.orig/runtime/syntax/sh.vim    2004-05-16 13:20:29.000000000 +0000
 
3
+++ vim63/runtime/syntax/sh.vim 2004-11-12 18:54:48.000000000 +0000
 
4
@@ -217,7 +217,7 @@
 
5
 " Comments
 
6
 "=========
 
7
 syn cluster    shCommentGroup  contains=shTodo,@Spell
 
8
-syn keyword    shTodo  contained       TODO
 
9
+syn keyword    shTodo  contained       TODO FIXME XXX
 
10
 syn match      shComment       "#.*$" contains=@shCommentGroup
 
11
 
 
12
 " File redirection highlighted as operators