commit | ddfc978f583cff01f7901005b0023eecf0b80bbb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 25 20:55:22 2008 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 25 20:55:22 2008 +0000 |
tree | 979cb5111cf260ab5895f6678c89051bbe023b48 | |
parent | 1015fde3985b6bba878c62916d27fb819fd6a28e [diff] [blame] |
updated for version 7.1-264
diff --git a/src/ops.c b/src/ops.c index 2907d8a..5433f38 100644 --- a/src/ops.c +++ b/src/ops.c
@@ -692,6 +692,7 @@ } } ++curwin->w_cursor.lnum; + curwin->w_cursor.col = 0; /* make sure it's valid */ } /* put cursor on first non-blank of indented line */