diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-05-09 19:16:22 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-05-09 19:16:22 +0200 |
commit | a6c27c47ddf081859659d7de1caec675147e466b (patch) | |
tree | 7cb8dad5285226f84ed4976ced8a3bc8f0f59221 /runtime/ftplugin/ocaml.vim | |
parent | d4aa83af1d691fdabbc8e6aab36db2c96ea4d4b6 (diff) | |
download | vim-git-a6c27c47ddf081859659d7de1caec675147e466b.tar.gz |
Update runtime files
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 3ee784906..ae4142249 100644 --- a/runtime/ftplugin/ocaml.vim +++ b/runtime/ftplugin/ocaml.vim @@ -372,8 +372,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 |