.vimrc

changeset 246
f37fa5e96d76
parent 239
a99db33c13e1
child 250
d2198d389e39
equal deleted inserted replaced
245:9fa186a70bbd 246:f37fa5e96d76
307 " even with g:perl_compiler_force_warnings = 0, perl -w is used and 307 " even with g:perl_compiler_force_warnings = 0, perl -w is used and
308 " that's just noisy with intentional no-warnings blocks out there 308 " that's just noisy with intentional no-warnings blocks out there
309 309
310 setlocal makeprg=perl\ -c\ %\ $* 310 setlocal makeprg=perl\ -c\ %\ $*
311 setlocal iskeyword+=: 311 setlocal iskeyword+=:
312
313 " this keeps indents from jumping more than one level
314 let b:indent_use_syntax = 0
312 endfunction 315 endfunction
313 316
314 " perl fold scanning is slow 317 " perl fold scanning is slow
315 "let perl_fold = 1 318 "let perl_fold = 1
316 let perl_include_pod = 1 319 let perl_include_pod = 1

mercurial