aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/ocaml.vim
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-07-29 01:51:37 +0200
committerJustin M. Keyes <justinkz@gmail.com>2019-07-29 20:50:07 +0200
commitf64486b6b6b70a05b357229f86b35ab25d92636e (patch)
tree2a5a7c73e0157314423530fb73af51b855d23ead /runtime/syntax/ocaml.vim
parent6e03f87e0991b5b0dfffa79ae580b87e40468da1 (diff)
downloadrneovim-f64486b6b6b70a05b357229f86b35ab25d92636e.tar.gz
rneovim-f64486b6b6b70a05b357229f86b35ab25d92636e.tar.bz2
rneovim-f64486b6b6b70a05b357229f86b35ab25d92636e.zip
vim-patch:790c18bfa5df
Update runtime files https://github.com/vim/vim/commit/790c18bfa5dfeca51749b752dddc41e60cb3fa54
Diffstat (limited to 'runtime/syntax/ocaml.vim')
-rw-r--r--runtime/syntax/ocaml.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/ocaml.vim b/runtime/syntax/ocaml.vim
index 68c1feddae..06d8f416b5 100644
--- a/runtime/syntax/ocaml.vim
+++ b/runtime/syntax/ocaml.vim
@@ -4,7 +4,7 @@
" Maintainers: Markus Mottl <markus.mottl@gmail.com>
" Karl-Heinz Sylla <Karl-Heinz.Sylla@gmd.de>
" Issac Trotts <ijtrotts@ucdavis.edu>
-" URL: http://www.ocaml.info/vim/syntax/ocaml.vim
+" URL: https://github.com/rgrinberg/vim-ocaml
" Last Change: 2012 May 12 - Added Dominique Pellé's spell checking patch (MM)
" 2012 Feb 01 - Improved module path highlighting (MM)
" 2010 Oct 11 - Added highlighting of lnot (MM, thanks to Erick Matsen)