From e651ae5864503d219134c7c0124bff6bd9a663f7 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Fri, 17 Jun 2022 20:38:21 +0200 Subject: vim-patch:d592deb33652 (#19002) Update runtime files https://github.com/vim/vim/commit/d592deb336523a5448779ee3d4bba80334cff1f7 --- runtime/syntax/pod.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/syntax/pod.vim') diff --git a/runtime/syntax/pod.vim b/runtime/syntax/pod.vim index 44439cb2cd..90c9b99a3e 100644 --- a/runtime/syntax/pod.vim +++ b/runtime/syntax/pod.vim @@ -5,7 +5,7 @@ " Homepage: https://github.com/vim-perl/vim-perl " Bugs/requests: https://github.com/vim-perl/vim-perl/issues " License: Vim License (see :help license) -" Last Change: 2021 Oct 8 +" Last Change: 2022 Jun 13 " To add embedded POD documentation highlighting to your syntax file, add " the commands: -- cgit