commit | 053344363899f7d5ad6b8ae38abce4c81336e2e9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 20 18:29:39 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 20 18:29:39 2011 +0200 |
tree | 44893582f3d83a91d00b5b40e050f8ad0930860d | |
parent | 522f9aebff72b4a2f079ef4e4231e24244ad6b19 [diff] [blame] |
updated for version 7.3.260 Problem: CursorHold triggers on an incomplete mapping. (Will Gray) Solution: Don't trigger CursorHold when there is typeahead.
diff --git a/src/version.c b/src/version.c index 7359e14..a254af0 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 260, +/**/ 259, /**/ 258,