We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce87ed8 commit ad7894dCopy full SHA for ad7894d
.vim/after/ftplugin/perl.vim
@@ -49,3 +49,6 @@ let g:syntastic_perl_lib_path = [ './lib', './lib/auto' ]
49
50
" manpageview setting
51
let g:manpageview_options_pl= ";-f;-q"
52
+
53
+" babycart operator (complex interpolation)
54
+let b:surround_{char2nr("i")} = "@{[ \r ]}"
0 commit comments