diff options
Diffstat (limited to 'src/ops.c')
-rw-r--r-- | src/ops.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |