commit | 4cbdf155ca7bb6fbdab2d5acafae5fc712fca8b8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 26 21:23:07 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 26 21:23:07 2018 +0200 |
tree | 419150c31713642e5724e795c0593628ad1da576 | |
parent | 0529583ff144e2cb8fb57fe61a86997310bd7727 [diff] [blame] |
patch 8.1.0328: inputlist() doesn't work with a timer Problem: inputlist() doesn't work with a timer. (Dominique Pelle) Solution: Don't redraw when cmdline_row is zero. (Hirohito Higashi, closes #3239)
diff --git a/src/version.c b/src/version.c index 508e309..53089f5 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 328, +/**/ 327, /**/ 326,