commit | aed6d0b81a14a81433c0f3c2c65cef935100db33 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 27 21:48:54 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 27 21:48:54 2017 +0100 |
tree | d15d72557150af0ecd7ecae8e26ba4f181cf9664 | |
parent | 3a118be1501549a7a9b8f52618fd0a967470d0a1 [diff] [blame] |
patch 8.0.0247: need to type Ctrl-N twice to select a completion Problem: Under some circumstances, one needs to type Ctrl-N or Ctrl-P twice to have a menu entry selected. (Lifepillar) Solution: call ins_compl_free(). (Christian Brabandt, closes #1411)
diff --git a/src/version.c b/src/version.c index d3c25e6..199c37d 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 247, +/**/ 246, /**/ 245,