diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-02-08 09:20:24 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-02-08 09:20:24 +0000 |
commit | 8b6144bdfe9efccab5045ebef9f3d5dcf5ee9d00 (patch) | |
tree | 51d8d6df519d53d4124f3155bb2c3bcbca450226 /runtime/ftplugin/ocaml.vim | |
parent | 9f2c6e1deb931db29f9d3d6e1113cd1ccc835d21 (diff) | |
download | vim-8b6144bdfe9efccab5045ebef9f3d5dcf5ee9d00.zip |
updated for version 7.0194
Diffstat (limited to 'runtime/ftplugin/ocaml.vim')
-rw-r--r-- | runtime/ftplugin/ocaml.vim | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/ftplugin/ocaml.vim b/runtime/ftplugin/ocaml.vim index 322be55f8..6f2b17cb7 100644 --- a/runtime/ftplugin/ocaml.vim +++ b/runtime/ftplugin/ocaml.vim @@ -4,7 +4,7 @@ " Markus Mottl <markus.mottl@gmail.com> " Stefano Zacchiroli <zack@bononia.it> " URL: http://www.ocaml.info/vim/ftplugin/ocaml.vim -" Last Change: 2005 Oct 13 - removed GPL; better matchit support (MM, SZ) +" Last Change: 2006 Feb 05 " " if exists("b:did_ftplugin") " finish @@ -377,4 +377,3 @@ let &cpoptions=s:cposet unlet s:cposet " vim:sw=2 - |