diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-04-08 19:53:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-08 19:53:41 +0200 |
commit | d3068d34cc56a4c66f10a83922d2500f6ca9e651 (patch) | |
tree | a49b622f1965da108f3b98c7b129c38cf6ec0f08 /runtime/syntax/sml.vim | |
parent | b4ec6af12a97a922fe7cd90523e397bb89c83802 (diff) | |
download | rneovim-d3068d34cc56a4c66f10a83922d2500f6ca9e651.tar.gz rneovim-d3068d34cc56a4c66f10a83922d2500f6ca9e651.tar.bz2 rneovim-d3068d34cc56a4c66f10a83922d2500f6ca9e651.zip |
vim-patch:partial:cbaff5e06ec5 (#18042)
Update runtime files
https://github.com/vim/vim/commit/cbaff5e06ec525d31dc44093125c42029e01d508
omit doc updates here
Diffstat (limited to 'runtime/syntax/sml.vim')
-rw-r--r-- | runtime/syntax/sml.vim | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/syntax/sml.vim b/runtime/syntax/sml.vim index 53ff12a859..8f1af3f9bd 100644 --- a/runtime/syntax/sml.vim +++ b/runtime/syntax/sml.vim @@ -1,9 +1,10 @@ " Vim syntax file " Language: SML " Filenames: *.sml *.sig -" Maintainers: Markus Mottl <markus.mottl@gmail.com> -" Fabrizio Zeno Cornelli <zeno@filibusta.crema.unimi.it> -" Last Change: 2021 Oct 04 +" Maintainer: Markus Mottl <markus.mottl@gmail.com> +" Previous Maintainer: Fabrizio Zeno Cornelli +" <zeno@filibusta.crema.unimi.it> (invalid) +" Last Change: 2022 Apr 01 " 2015 Aug 31 - Fixed opening of modules (Ramana Kumar) " 2006 Oct 23 - Fixed character highlighting bug (MM) |