commit | 48ac02c9ebfed934d3f9f0761b6bcb56d26e74c6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 17 19:50:06 2011 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 17 19:50:06 2011 +0100 |
tree | 54e0eb04ddf7332de42bdd5a4f7f2cdb20816a27 | |
parent | 2a8a3ecb67de119e39b4a9ffaff3460036db0210 [diff] [blame] |
updated for version 7.3.100 Problem: When using :normal v:count isn't set. Solution: Call normal_cmd() with toplevel set to TRUE.
diff --git a/src/version.c b/src/version.c index 4e5e1a9..7e17f43 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 100, +/**/ 99, /**/ 98,