X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vim%2Fftplugin%2Fperl%2Fperl.xpt.vim;h=5259466361366be1db081839dff4d9db5f93393a;hb=fb2acc98087de1a3cc442cbd66f84d5d325cef9e;hp=95b11d6a74af84237c1cfefd3fcfde144c84342b;hpb=1031c82c0273516bedd786413c25315fc9bcd572;p=config%2Fdotfiles.git diff --git a/vim/ftplugin/perl/perl.xpt.vim b/vim/ftplugin/perl/perl.xpt.vim index 95b11d6..5259466 100644 --- a/vim/ftplugin/perl/perl.xpt.vim +++ b/vim/ftplugin/perl/perl.xpt.vim @@ -31,6 +31,7 @@ XPTemplate priority=personal XPT perl +XSET description|post=S(V(), '^description$', 'XXX') #!/usr/bin/perl # `description^ @@ -56,3 +57,10 @@ use warnings; `cursor^ + + +XPT p +print `cursor^; + +XPT pe +print STDERR `cursor^;