]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0714: when a timer causes a command line redraw " goes missing v8.0.0714
authorBram Moolenaar <Bram@vim.org>
Sat, 15 Jul 2017 13:21:38 +0000 (15:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 15 Jul 2017 13:21:38 +0000 (15:21 +0200)
commita92522fbf3a49d06e08caf010f7d7b0f58d2e131
tree6813dceb35e73d6b7891f40b5ad8ad4d33aa72c0
parent0daf843b4cad734df6be16573423206eae43028b
patch 8.0.0714: when a timer causes a command line redraw " goes missing

Problem:    When a timer causes a command line redraw the " that is displayed
            for CTRL-R goes missing.
Solution:   Remember an extra character to display.
src/ex_getln.c
src/version.c