.vimrc

changeset 246
f37fa5e96d76
parent 239
a99db33c13e1
child 250
d2198d389e39
--- 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