commit | 928eec649b8af389de0fdb7aba2034d27df3e058 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 31 13:09:47 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 31 13:09:47 2020 +0200 |
tree | a480df7582cc02e72e6e2138c5b7b761988f53aa | |
parent | ebe9d34aa07037cff2188a8dd424ee1f59cbb0bf [diff] [blame] |
patch 8.2.0856: CTRL-S stops output Problem: CTRL-S stops output. Solution: Invert the IXON flag. (closes #6166)
diff --git a/src/version.c b/src/version.c index b3aa840..c472819 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 856, +/**/ 855, /**/ 854,