summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-17 23:10:44 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-17 23:10:44 +0000
commita83c3e0ebd573c400e50340d2b85a94e5a0b204b (patch)
tree91d67fdcdce0ba1cd6d9f86a1eb8b7ad11c5fe9f /runtime
parentea0cd36bdd0cce5097a53113b626d73bd137b7ef (diff)
updated for version 7.0227
Diffstat (limited to 'runtime')
-rw-r--r--runtime/syntax/tcsh.vim10
1 files changed, 5 insertions, 5 deletions
diff --git a/runtime/syntax/tcsh.vim b/runtime/syntax/tcsh.vim
index 9c6701de52..12411e89be 100644
--- a/runtime/syntax/tcsh.vim
+++ b/runtime/syntax/tcsh.vim
@@ -1,14 +1,14 @@
" Vim syntax file
" Language: C-shell (tcsh)
-" Maintainer: Gautam Iyer <gautam@math.uchicago.edu>
-" Last Modified: Mon 23 Feb 2004 02:28:51 PM CST
+" Maintainor: Gautam Iyer <gautam@math.uchicago.edu>
+" Last Modified: Sat 11 Mar 2006 11:16:47 AM CST
"
" Description: We break up each statement into a "command" and an "end" part.
" All groups are either a "command" or part of the "end" of a statement (ie
" everything after the "command"). This is because blindly highlighting tcsh
" statements as keywords caused way too many false positives. Eg:
"
-" set history=200
+" set history=200
"
" causes history to come up as a keyword, which we want to avoid.
@@ -165,8 +165,8 @@ hi def link tcshExprOp tcshOperator
hi def link tcshExprEnd tcshOperator
hi def link tcshComment comment
hi def link tcshCommentTi preproc
-hi def link tcshCommentSp WarningMsg
-hi def link tcshSharpBang preproc
+hi def link tcshCommentSp tcshCommentTi
+hi def link tcshSharpBang tcshCommentTi
hi def link tcshTodo todo
hi def link tcshSQuote constant
hi def link tcshDQuote tcshSQuote