commit | 80ae7b2287d712069243d8ebe2e4a39bd79737a4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 07 16:44:37 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 07 16:44:37 2011 +0200 |
tree | 697683b02fd66317faf9137f9d75c4f45f4b3121 | |
parent | 4b9669f1dc0b1f30a378624810ca144b9ca49a8e [diff] [blame] |
updated for version 7.3.241 Problem: Using CTRL-R CTRL-W on the command line may insert only part of the word. Solution: Use the cursor position instead of assuming it is at the end of the command. (Tyru)
diff --git a/src/version.c b/src/version.c index 2104c0f..d9b50a6 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 241, +/**/ 240, /**/ 239,