commit | 8d4ce56a19ed14d13332f94ad592fff2d9a715d5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 30 22:01:40 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 30 22:01:40 2019 +0100 |
tree | 48923c078cb612eee726add6977402f9a6f184bc | |
parent | 98ad1e17c3f71962862f959c6ba57dd01e8a83c2 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 31bfb9a..1dc9ad0 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 851, +/**/ 850, /**/ 849,