Skip to content

Commit ad7894d

Browse files
committed
add surround.vim operator for Perl babycart operator (interpolation)
1 parent ce87ed8 commit ad7894d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.vim/after/ftplugin/perl.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,6 @@ let g:syntastic_perl_lib_path = [ './lib', './lib/auto' ]
4949

5050
" manpageview setting
5151
let g:manpageview_options_pl= ";-f;-q"
52+
53+
" babycart operator (complex interpolation)
54+
let b:surround_{char2nr("i")} = "@{[ \r ]}"

0 commit comments

Comments
 (0)