X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vim%2Fftplugin%2Fperl%2Fperl.xpt.vim;h=5259466361366be1db081839dff4d9db5f93393a;hb=cf57633745d4c6d6171505d0965b7c43933eb72d;hp=4b11472fef68f00ac2d897a00607a1025795f9d3;hpb=d1c356d99c979acdcba62c4e2156d28d6df14b82;p=config%2Fdotfiles.git diff --git a/vim/ftplugin/perl/perl.xpt.vim b/vim/ftplugin/perl/perl.xpt.vim index 4b11472..5259466 100644 --- a/vim/ftplugin/perl/perl.xpt.vim +++ b/vim/ftplugin/perl/perl.xpt.vim @@ -57,3 +57,10 @@ use warnings; `cursor^ + + +XPT p +print `cursor^; + +XPT pe +print STDERR `cursor^;