commit | 4015b2c0cbdb6811cbcdf637e90c633e133b373c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 22 19:01:34 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 22 19:01:34 2006 +0000 |
tree | e0b30a766c811755910d7d5b123ab6df7f18727e | |
parent | 654b5b5572dd3d48deb2bd16db2bc5f676f62f68 [diff] [blame] |
updated for version 7.0-029
diff --git a/src/eval.c b/src/eval.c index 8e41649..273ac41 100644 --- a/src/eval.c +++ b/src/eval.c
@@ -9792,6 +9792,9 @@ varnumber_T n; int error = FALSE; + /* Position the cursor. Needed after a message that ends in a space. */ + windgoto(msg_row, msg_col); + ++no_mapping; ++allow_keys; if (argvars[0].v_type == VAR_UNKNOWN)