From 921eed7b60fa0632a98017b98a166b1d0a8f80bb Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Thu, 21 Jul 2022 13:54:51 +0200 Subject: [PATCH] More accurate date for the last syntax changes Using the commit date instead of the author date. --- syntax/ocaml.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syntax/ocaml.vim b/syntax/ocaml.vim index 64e7aa6..f06c052 100644 --- a/syntax/ocaml.vim +++ b/syntax/ocaml.vim @@ -7,8 +7,8 @@ " URL: https://github.com/ocaml/vim-ocaml " Last Change: " 2022 Jul 20 - Improved highlighting of type decl (Jules Aguillon) -" 2019 Nov 05 - Accurate type highlighting (Maëlan) -" 2018 Nov 08 - Improved highlighting of operators (Maëlan) +" 2022 Jul 18 - Accurate type highlighting (Maëlan) +" 2019 Feb 21 - Improved highlighting of operators (Maëlan) " 2018 Apr 22 - Improved support for PPX (Andrey Popp) " 2018 Mar 16 - Remove raise, lnot and not from keywords (Étienne Millon, "copy") " 2017 Apr 11 - Improved matching of negative numbers (MM)