summaryrefslogtreecommitdiff
path: root/src/ops.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-02-25 20:55:22 +0000
committerBram Moolenaar <Bram@vim.org>2008-02-25 20:55:22 +0000
commitddfc978f583cff01f7901005b0023eecf0b80bbb (patch)
tree979cb5111cf260ab5895f6678c89051bbe023b48 /src/ops.c
parent1015fde3985b6bba878c62916d27fb819fd6a28e (diff)
downloadvim-git-ddfc978f583cff01f7901005b0023eecf0b80bbb.tar.gz
updated for version 7.1-264v7.1.264
Diffstat (limited to 'src/ops.c')
-rw-r--r--src/ops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ops.c b/src/ops.c
index 2907d8a58..5433f3852 100644
--- a/src/ops.c
+++ b/src/ops.c
@@ -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 */