commit | d6cd5ffade84a1054fed23079133af3b837033bf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 30 20:05:02 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 30 20:05:02 2020 +0200 |
tree | fb4e4d3213671bbda256d7118f37ce255f9db2cf | |
parent | f4ae6b245a54f11dd967d06b80f30e5abf55fb82 [diff] [blame] |
patch 8.2.0852: cannot map CTRL-S on some systems Problem: Cannot map CTRL-S on some systems. Solution: Do not use CTRL-S for flow control.
diff --git a/src/version.c b/src/version.c index da31699..f60d1a4 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 852, +/**/ 851, /**/ 850,