Mercurial > hg > RemoteEditor > vim7
diff runtime/indent/tcsh.vim @ 34:e170173ecb68 current-release
before ack base protocol.
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 26 Nov 2008 15:02:10 +0900 |
parents | 76efa0be13f1 |
children | 67300faee616 |
line wrap: on
line diff
--- a/runtime/indent/tcsh.vim Mon Nov 10 01:13:56 2008 +0000 +++ b/runtime/indent/tcsh.vim Wed Nov 26 15:02:10 2008 +0900 @@ -1,7 +1,7 @@ " Vim indent file " Language: C-shell (tcsh) " Maintainer: Gautam Iyer <gautam@math.uchicago.edu> -" Last Modified: Wed 04 Feb 2004 04:36:07 PM CST +" Last Modified: Sat 16 Jun 2007 04:27:45 PM PDT " Only load this indent file when no other was loaded. if exists("b:did_indent") @@ -11,7 +11,7 @@ let b:did_indent = 1 setlocal indentexpr=TcshGetIndent() -setlocal indentkeys+=e,0=end,0=endsw,*<return> indentkeys-=0{,0},0),:,0# +setlocal indentkeys+=e,0=end,0=endsw indentkeys-=0{,0},0),:,0# " Only define the function once. if exists("*TcshGetIndent")