]> granicus.if.org Git - vim/commit
patch 8.1.0328: inputlist() doesn't work with a timer v8.1.0328
authorBram Moolenaar <Bram@vim.org>
Sun, 26 Aug 2018 19:23:07 +0000 (21:23 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 26 Aug 2018 19:23:07 +0000 (21:23 +0200)
commit4cbdf155ca7bb6fbdab2d5acafae5fc712fca8b8
tree419150c31713642e5724e795c0593628ad1da576
parent0529583ff144e2cb8fb57fe61a86997310bd7727
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)
src/misc1.c
src/screen.c
src/version.c