diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-11-04 09:04:28 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-11-04 09:04:28 +0100 |
commit | 4e95df7c7e12cb76e781f2dacf1c07f8984cce58 (patch) | |
tree | af9230137ec342d4bed0a68a9ccb49ed3303b3d0 /ftplugin | |
parent | 31c55b85a03d96252bba14d64911cc78a20369a1 (diff) | |
download | vim-polyglot-4e95df7c7e12cb76e781f2dacf1c07f8984cce58.tar.gz vim-polyglot-4e95df7c7e12cb76e781f2dacf1c07f8984cce58.zip |
Update
Diffstat (limited to 'ftplugin')
-rw-r--r-- | ftplugin/meson.vim | 1 | ||||
-rw-r--r-- | ftplugin/ocaml.vim | 6 | ||||
-rw-r--r-- | ftplugin/typescriptreact.vim (renamed from ftplugin/tsx.vim) | 0 |
3 files changed, 4 insertions, 3 deletions
diff --git a/ftplugin/meson.vim b/ftplugin/meson.vim index e401158d..a187d100 100644 --- a/ftplugin/meson.vim +++ b/ftplugin/meson.vim @@ -2,6 +2,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'meson') == -1 " Vim filetype plugin file " Language: meson +" License: VIM License " Original Author: Laurent Pinchart <laurent.pinchart@ideasonboard.com> " Last Change: 2018 Nov 27 diff --git a/ftplugin/ocaml.vim b/ftplugin/ocaml.vim index 7e84445c..31694cfe 100644 --- a/ftplugin/ocaml.vim +++ b/ftplugin/ocaml.vim @@ -393,9 +393,9 @@ endfunction endif 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 + " This variable contains a dictionary of lists. Each element of the dictionary + " represents 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 diff --git a/ftplugin/tsx.vim b/ftplugin/typescriptreact.vim index 8a6bb9b5..8a6bb9b5 100644 --- a/ftplugin/tsx.vim +++ b/ftplugin/typescriptreact.vim |