303 autocmd BufWritePost *.gpg,*.gpg.wiki :sil undo |
303 autocmd BufWritePost *.gpg,*.gpg.wiki :sil undo |
304 augroup END |
304 augroup END |
305 "}}} |
305 "}}} |
306 |
306 |
307 " Perl type-specific settings {{{ |
307 " Perl type-specific settings {{{ |
308 let perl_include_pod = 1 |
308 let perl_include_pod = 1 |
309 let perl_sub_signatures = 1 |
309 let perl_sub_signatures = 1 |
310 let perl_sync_dist = 200 |
310 let perl_sync_dist = 200 |
|
311 let g:perl_tidy_equalprg = executable('perltidy') ? 1 : 0 |
311 " }}} |
312 " }}} |
312 |
313 |
313 " Plugin settings {{{ |
314 " Plugin settings {{{ |
314 ">> mucomplete |
315 ">> mucomplete |
315 " enable and prefer local buffer before tags |
316 " enable and prefer local buffer before tags |