commit | c9456cec0cfe956e083891187b791343e732207b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 30 21:46:04 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 30 21:46:04 2017 +0200 |
tree | 8a1404a9479923a01f1f806a68a723a2ad1a9537 | |
parent | d09be321422669fc32d4d31a4ac7621c89136f7b [diff] [blame] |
patch 8.0.0823: cannot paste text into a terminal window Problem: Cannot paste text into a terminal window. Solution: Make CTRL-W " work.
diff --git a/src/version.c b/src/version.c index 145fcdc..9c94c98 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 823, +/**/ 822, /**/ 821,