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/perl6.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/perl6.vim')
-rw-r--r-- | runtime/syntax/perl6.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/syntax/perl6.vim b/runtime/syntax/perl6.vim index 3bcd9ff0e9..62ddc456e2 100644 --- a/runtime/syntax/perl6.vim +++ b/runtime/syntax/perl6.vim @@ -1,9 +1,9 @@ " Vim syntax file " Language: Perl 6 " 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: 2013-07-21 +" 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: Luke Palmer <fibonaci@babylonia.flatirons.org> " Moritz Lenz <moritz@faui2k3.org> |