diff options
author | Bram Moolenaar <Bram@vim.org> | 2011-12-14 21:17:39 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2011-12-14 21:17:39 +0100 |
commit | f1568eca24d30d4f308e987657c53cd48d97d8fa (patch) | |
tree | 900c802d8096eca43c957c0b3c16cc36cec32e7b /runtime/indent/tcsh.vim | |
parent | f788a0610309ed9787b4e48216c7d7d4446744c5 (diff) | |
download | vim-git-f1568eca24d30d4f308e987657c53cd48d97d8fa.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/indent/tcsh.vim')
-rw-r--r-- | runtime/indent/tcsh.vim | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/runtime/indent/tcsh.vim b/runtime/indent/tcsh.vim index cd18f0618..59a9d56f4 100644 --- a/runtime/indent/tcsh.vim +++ b/runtime/indent/tcsh.vim @@ -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 @@ if exists("*TcshGetIndent") finish endif -set cpoptions-=C - function TcshGetIndent() " Find a non-blank line above the current line. let lnum = prevnonblank(v:lnum - 1) |