Fix Perl folding in ftplugin

Complies with Vim 7.x perl.vim
vimbundler
nirenjan 2013-05-18 12:16:43 -07:00
parent d5203a4433
commit 999f0d74ac
1 changed files with 6 additions and 2 deletions

View File

@ -4,8 +4,9 @@
" Last Modified: May 14, 2013
" Perl folding
let perl_want_scope_in_variables = 1
let perl_extended_vars = 1
let perl_include_pod = 1
let perl_no_scope_in_variables = 1
let perl_no_extended_vars = 1
let perl_string_as_statement = 1
let perl_no_sync_on_sub = 1
let perl_no_sync_on_global_var = 1
@ -15,3 +16,6 @@ let perl_fold_blocks = 1
let perl_nofold_packages = 1
let perl_nofold_subs = 1
" Repeat Perl syntax, since setting them doesn't take effect immediately
set syntax=perl