commit | 2526ef276b97b1a5275fc0039fb45ca7aa7b6fac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 16 14:20:51 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 16 14:20:51 2013 +0100 |
tree | 45c6e395fa38446c3fd7952f0e828ecd9dc5f5b0 | |
parent | 20754027b3b8c29dfc5ee0b5dfa6a5459ea6b903 [diff] [blame] |
updated for version 7.3.862 Problem: Dragging the status line can be slow. Solution: Look ahead and drop the drag event if there is a next one.
diff --git a/src/version.c b/src/version.c index cf24d39..00024e3 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 862, +/**/ 861, /**/ 860,