Temp fix indent annoyance with perl

Mon, 25 Jan 2016 01:17:20 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 25 Jan 2016 01:17:20 -0500
changeset 246
f37fa5e96d76
parent 245
9fa186a70bbd
child 247
c0035582fdd7

Temp fix indent annoyance with perl

.vimrc file | annotate | diff | comparison | revisions
--- a/.vimrc
+++ b/.vimrc
@@ -309,6 +309,9 @@ function! PerlSettings ()
 
   setlocal makeprg=perl\ -c\ %\ $*
   setlocal iskeyword+=:
+
+  " this keeps indents from jumping more than one level
+  let b:indent_use_syntax = 0
 endfunction
 
 " perl fold scanning is slow

mercurial