commit | 2a8caa414ec4b704284e39523b457eacca06eea0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 10 17:11:33 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 10 17:11:33 2010 +0100 |
tree | 1977a13cb305faf6f96a79ee8178b3757bb3b050 | |
parent | 37dd018cdd3ddc8f502bcbd343773f0af8681f4d [diff] [blame] |
updated for version 7.3.053 Problem: complete() function doesn't reset complete direction. Can't use an empty string in the list of matches. Solution: Set compl_direction to FORWARD. Add "empty" key to allow empty words. (Kikuchan)
diff --git a/src/version.c b/src/version.c index f9609aa..ec2f91b 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 53, +/**/ 52, /**/ 51,