commit | 8603356bf41e4aa5fe1d7cffe3ee003745c167a6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 12 20:24:41 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 12 20:24:41 2017 +0200 |
tree | 7287236edf9abd833a11608a4a97f52e4c6aaf0e | |
parent | 8327d1df1754b33d8a93b3411f30692f0042f4ce [diff] [blame] |
patch 8.0.0710: a job that writes to a buffer clears completion Problem: A job that writes to a buffer clears command line completion. (Ramel Eshed) Solution: Do not redraw while showing the completion menu.
diff --git a/src/version.c b/src/version.c index e284648..02ce657 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 710, +/**/ 709, /**/ 708,