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/syntax/sml.vim | |
parent | 9f2c6e1deb931db29f9d3d6e1113cd1ccc835d21 (diff) | |
download | vim-git-8b6144bdfe9efccab5045ebef9f3d5dcf5ee9d00.tar.gz |
updated for version 7.0194v7.0194
Diffstat (limited to 'runtime/syntax/sml.vim')
-rw-r--r-- | runtime/syntax/sml.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/syntax/sml.vim b/runtime/syntax/sml.vim index 5f6a86217..a45b204a8 100644 --- a/runtime/syntax/sml.vim +++ b/runtime/syntax/sml.vim @@ -1,10 +1,10 @@ " Vim syntax file " Language: SML " Filenames: *.sml *.sig -" Maintainers: Markus Mottl <markus@oefai.at> +" Maintainers: Markus Mottl <markus.mottl@gmail.com> " Fabrizio Zeno Cornelli <zeno@filibusta.crema.unimi.it> -" URL: http://www.oefai.at/~markus/vim/syntax/sml.vim -" Last Change: 2004 Jul 26 +" URL: http://www.ocaml.info/vim/syntax/sml.vim +" Last Change: 2006 Feb 05 " 2001 Nov 20 - Fixed small highlighting bug with modules (MM) " 2001 Aug 29 - Fixed small highlighting bug (MM) |