comparison runtime/ftplugin/ocaml.vim @ 16610:1eaf34420bb3

Update runtime files commit https://github.com/vim/vim/commit/a6c27c47ddf081859659d7de1caec675147e466b Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 9 19:16:22 2019 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 May 2019 19:30:06 +0200
parents eb7ce2918a03
children 432714f5c0f7
comparison
equal deleted inserted replaced
16609:175385d2d3d9 16610:1eaf34420bb3
370 let s:annot_file_list[annot_file_name]= [annot_file_path, _build_path, 0] 370 let s:annot_file_list[annot_file_name]= [annot_file_path, _build_path, 0]
371 endif 371 endif
372 endfun 372 endfun
373 373
374 " This variable contain a dictionnary of list. Each element of the dictionnary 374 " This variable contain a dictionnary of list. Each element of the dictionnary
375 " represent an annotation system. An annotation system is a list with : 375 " represent an annotation system. An annotation system is a list with:
376 " - annotation file name as it's key 376 " - annotation file name as its key
377 " - annotation file path as first element of the contained list 377 " - annotation file path as first element of the contained list
378 " - build path as second element of the contained list 378 " - build path as second element of the contained list
379 " - annot_file_last_mod (contain the date of .annot file) as third element 379 " - annot_file_last_mod (contain the date of .annot file) as third element
380 let s:annot_file_list = {} 380 let s:annot_file_list = {}
381 381