diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2019-08-02 15:10:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-02 15:10:04 +0200 |
| commit | 7cf0119c6857846fd1f254feb237f6137f140856 (patch) | |
| tree | 1fb4d7c43a6cd86d7758bc0dc2d2aa23240b5947 /runtime/ftplugin/ocaml.vim | |
| parent | b92a5bc3c4bdfddfc21638556ace6ef3fd90155c (diff) | |
| parent | 532ee54a42a294073e8b441f3ce5a050d16963a2 (diff) | |
| download | rneovim-7cf0119c6857846fd1f254feb237f6137f140856.tar.gz rneovim-7cf0119c6857846fd1f254feb237f6137f140856.tar.bz2 rneovim-7cf0119c6857846fd1f254feb237f6137f140856.zip | |
Merge #10666 from justinmk/vim-runtime
vim-patch: runtime updates
Diffstat (limited to 'runtime/ftplugin/ocaml.vim')
| -rw-r--r-- | runtime/ftplugin/ocaml.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/ftplugin/ocaml.vim b/runtime/ftplugin/ocaml.vim index e0d7efe997..d9336421cf 100644 --- a/runtime/ftplugin/ocaml.vim +++ b/runtime/ftplugin/ocaml.vim @@ -392,8 +392,8 @@ endfunction endfun " This variable contain a dictionnary of list. Each element of the dictionnary - " represent an annotation system. An annotation system is a list with : - " - annotation file name as it's key + " represent an annotation system. An annotation system is a list with: + " - annotation file name as its key " - annotation file path as first element of the contained list " - build path as second element of the contained list " - annot_file_last_mod (contain the date of .annot file) as third element |