diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-11-10 17:11:33 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-11-10 17:11:33 +0100 |
commit | 2a8caa414ec4b704284e39523b457eacca06eea0 (patch) | |
tree | 1977a13cb305faf6f96a79ee8178b3757bb3b050 /src/version.c | |
parent | 37dd018cdd3ddc8f502bcbd343773f0af8681f4d (diff) | |
download | vim-git-7.3.053.tar.gz |
updated for version 7.3.053v7.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)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index f9609aa8e..ec2f91b95 100644 --- a/src/version.c +++ b/src/version.c @@ -715,6 +715,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 53, +/**/ 52, /**/ 51, |