commit | 361aa50547249b76097da86873f7c981e3918049 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 23 22:45:58 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 23 22:45:58 2014 +0100 |
tree | 43f052e913cfd5c403789b283f33f6730d47037e | |
parent | 8af269186c71d6835e563bfaa35fe5c50d10513d [diff] [blame] |
updated for version 7.4.159 Problem: Completion hangs when scanning the current buffer after doing keywords. (Christian Brabandt) Solution: Set the first match position when starting to scan the current buffer.
diff --git a/src/version.c b/src/version.c index 00e1ae6..e8bfd9a 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 159, +/**/ 158, /**/ 157,