diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-27 23:14:29 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-28 21:29:56 -0400 |
commit | c2635665c5a378dc8ed14b0199202fa86b226ad9 (patch) | |
tree | 2608abfbf943a107b55dd73947488616347a99f0 /runtime/syntax/perl.vim | |
parent | 9d3576246be4c0c85534fc1f730cf194296a9537 (diff) | |
download | rneovim-c2635665c5a378dc8ed14b0199202fa86b226ad9.tar.gz rneovim-c2635665c5a378dc8ed14b0199202fa86b226ad9.tar.bz2 rneovim-c2635665c5a378dc8ed14b0199202fa86b226ad9.zip |
vim-patch:2c7f8c574f1f
Update runtime files
https://github.com/vim/vim/commit/2c7f8c574f1f8723d59adca3fec8fb89c41cf8c9
Omit the following line for man.vim:
hi def link manFooter PreProc
Diffstat (limited to 'runtime/syntax/perl.vim')
-rw-r--r-- | runtime/syntax/perl.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/syntax/perl.vim b/runtime/syntax/perl.vim index 6ac28f6915..f4f9520de5 100644 --- a/runtime/syntax/perl.vim +++ b/runtime/syntax/perl.vim @@ -1,9 +1,9 @@ " Vim syntax file " Language: Perl 5 " Maintainer: vim-perl <vim-perl@googlegroups.com> -" Homepage: http://github.com/vim-perl/vim-perl/tree/master -" Bugs/requests: http://github.com/vim-perl/vim-perl/issues -" Last Change: 2017-09-12 +" Homepage: https://github.com/vim-perl/vim-perl/tree/master +" Bugs/requests: https://github.com/vim-perl/vim-perl/issues +" Last Change: 2020 Apr 15 " Contributors: Andy Lester <andy@petdance.com> " Hinrik Örn Sigurðsson <hinrik.sig@gmail.com> " Lukas Mai <l.mai.web.de> |