Mercurial > hg > RemoteEditor > vim7
diff runtime/indent/tcsh.vim @ 48:67300faee616 v7-3-618
v7-3-618
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 01 Aug 2012 18:08:28 +0900 |
parents | e170173ecb68 |
children |
line wrap: on
line diff
--- a/runtime/indent/tcsh.vim Wed Aug 01 18:03:06 2012 +0900 +++ b/runtime/indent/tcsh.vim Wed Aug 01 18:08:28 2012 +0900 @@ -1,7 +1,7 @@ " Vim indent file " Language: C-shell (tcsh) -" Maintainer: Gautam Iyer <gautam@math.uchicago.edu> -" Last Modified: Sat 16 Jun 2007 04:27:45 PM PDT +" Maintainer: GI <a@b.c>, where a='gi1242+vim', b='gmail', c='com' +" Last Modified: Sat 10 Dec 2011 09:23:00 AM EST " Only load this indent file when no other was loaded. if exists("b:did_indent") @@ -18,8 +18,6 @@ finish endif -set cpoptions-=C - function TcshGetIndent() " Find a non-blank line above the current line. let lnum = prevnonblank(v:lnum - 1)