]> granicus.if.org Git - vim/commit
patch 8.1.0851: feedkeys() with "L" does not work properly v8.1.0851
authorBram Moolenaar <Bram@vim.org>
Wed, 30 Jan 2019 21:01:40 +0000 (22:01 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 30 Jan 2019 21:01:40 +0000 (22:01 +0100)
commit8d4ce56a19ed14d13332f94ad592fff2d9a715d5
tree48923c078cb612eee726add6977402f9a6f184bc
parent98ad1e17c3f71962862f959c6ba57dd01e8a83c2
patch 8.1.0851: feedkeys() with "L" does not work properly

Problem:    feedkeys() with "L" does not work properly.
Solution:   Do not set typebuf_was_filled when using "L". (Ozaki Kiichi,
            closes #3885)
src/evalfunc.c
src/testdir/test_autocmd.vim
src/testdir/test_mapping.vim
src/testdir/test_timers.vim
src/version.c