Hi
I've a habit for writing such a code:
{
s;
}
In this way:
When I'm on blank linke, i press:
shift-[ enter shift-] up-arrow enter (sometimes tab here) s ;
That worked great in vim 6, but now (vim7) I get something like that:
s;{
}
Because after pressing up-arrow, the cursor is placed before the "{", is
there any way to make it work "the old way" ?I've thought of fighting this habit, but it's hard, too hard ;-) -- mati
