diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-06-17 20:38:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-17 20:38:21 +0200 |
commit | e651ae5864503d219134c7c0124bff6bd9a663f7 (patch) | |
tree | 3e7a6b01a194a8850c7dbbed109bcb95eba6543b /runtime/syntax/pod.vim | |
parent | 98e2da7d50b8f22edb20cdb744788ef0085d0cb6 (diff) | |
download | rneovim-e651ae5864503d219134c7c0124bff6bd9a663f7.tar.gz rneovim-e651ae5864503d219134c7c0124bff6bd9a663f7.tar.bz2 rneovim-e651ae5864503d219134c7c0124bff6bd9a663f7.zip |
vim-patch:d592deb33652 (#19002)
Update runtime files
https://github.com/vim/vim/commit/d592deb336523a5448779ee3d4bba80334cff1f7
Diffstat (limited to 'runtime/syntax/pod.vim')
-rw-r--r-- | runtime/syntax/pod.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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: |