1
0
forked from aniani/vim

updated for version 7.1-264

This commit is contained in:
Bram Moolenaar
2008-02-25 20:55:22 +00:00
parent 1015fde398
commit ddfc978f58
3 changed files with 20 additions and 5 deletions

View File

@@ -692,6 +692,7 @@ op_reindent(oap, how)
}
}
++curwin->w_cursor.lnum;
curwin->w_cursor.col = 0; /* make sure it's valid */
}
/* put cursor on first non-blank of indented line */