comparison runtime/indent/ocaml.vim @ 856:8cd729851562 v7.0g

updated for version 7.0g
author vimboss
date Sun, 30 Apr 2006 18:54:39 +0000
parents 7dfd6f1443a7
children e63691e7c504
comparison
equal deleted inserted replaced
855:d2a4f08396fe 856:8cd729851562
1 " Vim indent file 1 " Vim indent file
2 " Language: OCaml 2 " Language: OCaml
3 " Maintainers: Jean-Francois Yuen <jfyuen@happycoders.org> 3 " Maintainers: Jean-Francois Yuen <jfyuen@happycoders.org>
4 " Mike Leary <leary@nwlink.com> 4 " Mike Leary <leary@nwlink.com>
5 " Markus Mottl <markus.mottl@gmail.com> 5 " Markus Mottl <markus.mottl@gmail.com>
6 " URL: http://www.ocaml.info/vim/indent/ocaml.vim 6 " URL: http://www.ocaml.info/vim/indent/ocaml.vim
7 " Last Change: 2005 Jun 25 - Fixed multiple bugs due to 'else\nreturn ind' working 7 " Last Change: 2006 Apr 30
8 " 2005 May 09 - Added an option to not indent OCaml-indents specially (MM) 8 " 2005 May 09 - Added an option to not indent OCaml-indents specially (MM)
9 " 2005 Apr 11 - Fixed an indentation bug concerning "let" (MM) 9 " 2005 Apr 11 - Fixed an indentation bug concerning "let" (MM)
10 10
11 " Only load this indent file when no other was loaded. 11 " Only load this indent file when no other was loaded.
12 if exists("b:did_indent") 12 if exists("b:did_indent")
13 finish 13 finish
14 endif 14 endif