From e355647004692a8c081f801227ffce41a92b43b2 Mon Sep 17 00:00:00 2001 From: Tim Siegel Date: Tue, 23 Mar 2021 23:32:24 -0400 Subject: [PATCH] Update URLs in ftplugin/raku.vim These changes are taken from #12, by @eiro. --- ftplugin/raku.vim | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/ftplugin/raku.vim b/ftplugin/raku.vim index 0370285..5a86af1 100644 --- a/ftplugin/raku.vim +++ b/ftplugin/raku.vim @@ -1,12 +1,11 @@ " Vim filetype plugin file " Language: Raku -" Maintainer: vim-perl -" Homepage: https://github.com/vim-perl/vim-perl6 -" Bugs/requests: https://github.com/vim-perl/vim-perl6/issues +" Maintainer: Raku community +" Homepage: https://github.com/Raku/vim-raku +" Bugs/requests: https://github.com/RAku/vim-raku/issues " Last Change: {{LAST_CHANGE}} -" Contributors: Hinrik Örn Sigurðsson " -" Based on ftplugin/perl.vim by Dan Sharp +" Forked from github.com/vim-perl/vim-perl if exists("b:did_ftplugin") | finish | endif let b:did_ftplugin = 1 @@ -30,10 +29,10 @@ setlocal includeexpr=substitute(v:fname,'::','/','g') setlocal suffixesadd=.pm6,.pm,.raku,.rakutest,.t6 setlocal define=[^A-Za-z_] -" The following line changes a global variable but is necessary to make -" gf and similar commands work. Thanks to Andrew Pimlott for pointing out -" the problem. If this causes a " problem for you, add an -" after/ftplugin/raku.vim file that contains +" The following line changes a global variable but is necessary to make gf +" and similar commands work. Thanks to Andrew Pimlott for pointing out the +" problem. If this causes a problem for you, add an after/ftplugin/raku.vim +" file that contains " set isfname-=: set isfname+=: setlocal iskeyword=@,48-57,_,192-255,-