Hello,

I recently moved to Vim 7.3 from Vim 7.2. I use Vim primarily for
coding Perl. The first thing I noticed today was that the indenting is
not what I would expect--

Code Snippet
-------------

Line 1: if( $hello ){
Line 2:       @add = mysub(\@add, "hello\n");
Line 3:      print @add,"\n";
Line 4: }

In Vim 7.2, when I press enter (in INSERT mode) after line 2, I am
taken to the proper (indented) location in Line 3. In Vim 7.3, I am
taken to the beginning of Line 3.

I am able to replicate this behavior with my .vimrc containing just:

syntax on
filetype plugin indent on

Any thoughts?

Thanks,
Krishna

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to