diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-01-06 20:54:52 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-01-06 20:54:52 +0100 |
commit | 5c73622a9066182ee4479fd7b3aa86e1825808c3 (patch) | |
tree | c92ed672cbb989fa3585387ebd4598f5bdfcc637 /runtime/indent/cobol.vim | |
parent | 8f3f58f2c361f1b7241128d9821f88d8a30aa066 (diff) | |
download | vim-5c73622a9066182ee4479fd7b3aa86e1825808c3.zip |
Update runtime files.
Diffstat (limited to 'runtime/indent/cobol.vim')
-rw-r--r-- | runtime/indent/cobol.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/indent/cobol.vim b/runtime/indent/cobol.vim index 9ed8a470e..8dce3cd01 100644 --- a/runtime/indent/cobol.vim +++ b/runtime/indent/cobol.vim @@ -1,7 +1,7 @@ " Vim indent file " Language: cobol " Author: Tim Pope <vimNOSPAM@tpope.info> -" $Id$ +" $Id: cobol.vim,v 1.1 2007/05/05 18:08:19 vimboss Exp $ if exists("b:did_indent") finish |