commit | d4755bb0e04fca334675f1503bd6474b017a9bba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 02 19:12:26 2004 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 02 19:12:26 2004 +0000 |
tree | 8be8df859191e78ee9eef80d3b341fd5d0c1b81b | |
parent | 269ec658f0fad22b2bf9f71b06a4e6e10277f0e5 [diff] [blame] |
updated for version 7.0014
diff --git a/src/normal.c b/src/normal.c index 330356c..8ea4ba6 100644 --- a/src/normal.c +++ b/src/normal.c
@@ -4343,6 +4343,7 @@ curwin->w_cursor.lnum = curbuf->b_ml.ml_line_count; else curwin->w_cursor.lnum = cap->count0; + check_cursor_col(); } switch (nchar)