commit | 834def3872425b04aa0f52f868d056e60e614516 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 09 18:29:33 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 09 18:29:33 2014 +0200 |
tree | 723c04e875ebbae3f18600333a7796ea824ee4f4 | |
parent | f638cbce7623e2233f7912a9493cd51e6adff159 [diff] [blame] |
updated for version 7.4.440 Problem: Omni complete popup drawn incorrectly. Solution: Call validate_cursor() instead of check_cursor(). (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index edc87f3..2a86184 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 440, +/**/ 439, /**/ 438,