diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2021-01-03 14:09:55 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-01-03 14:09:55 +0100 |
commit | 09f31c433a136450b9faa33b08fc3281bdea5acc (patch) | |
tree | 73a1db640af5c34c55bed51916ea8cf821e7dad2 /compiler | |
parent | 05b8bbc938bdeac4a5ee2d3ae5cf7a7f05e822d3 (diff) | |
download | vim-polyglot-09f31c433a136450b9faa33b08fc3281bdea5acc.tar.gz vim-polyglot-09f31c433a136450b9faa33b08fc3281bdea5acc.zip |
Revert stylus provider
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/ocaml.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ocaml.vim b/compiler/ocaml.vim index 3ad94741..cc45414a 100644 --- a/compiler/ocaml.vim +++ b/compiler/ocaml.vim @@ -5,7 +5,7 @@ endif " Vim Compiler File " Compiler: ocaml " Maintainer: Markus Mottl <markus.mottl@gmail.com> -" URL: http://www.ocaml.info/vim/compiler/ocaml.vim +" URL: https://github.com/ocaml/vim-ocaml " Last Change: " 2020 Mar 28 - Improved error format (Thomas Leonard) " 2017 Nov 26 - Improved error format (Markus Mottl) |