commit | 821390843b9f1605d8bc8394eaaf0aae4c051e68 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 14 16:52:09 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 14 16:52:09 2011 +0200 |
tree | 7ac0cd0988bf01812825ea9233b7814ea27140f0 | |
parent | 15d6319b9d8d61ea9c50ea81d135d994354010b2 [diff] [blame] |
updated for version 7.3.311 Problem: Complete function isn't called when the leader changed. Solution: Allow the complete function to return a dictionary with a flag that indicates ins_compl_restart() is to be called when the leader changes. (Taro Muraoka)
diff --git a/src/version.c b/src/version.c index e7cb1ad..42b4d5c 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 311, +/**/ 310, /**/ 309,