comparison src/version.c @ 20605:503886f64d5f v8.2.0856

patch 8.2.0856: CTRL-S stops output Commit: https://github.com/vim/vim/commit/928eec649b8af389de0fdb7aba2034d27df3e058 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 31 13:09:47 2020 +0200 patch 8.2.0856: CTRL-S stops output Problem: CTRL-S stops output. Solution: Invert the IXON flag. (closes https://github.com/vim/vim/issues/6166)
author Bram Moolenaar <Bram@vim.org>
date Sun, 31 May 2020 13:15:04 +0200
parents c2570baa2e4c
children 9f5f64cc9720
comparison
equal deleted inserted replaced
20604:ad1abc9879ed 20605:503886f64d5f
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 856,
749 /**/ 751 /**/
750 855, 752 855,
751 /**/ 753 /**/
752 854, 754 854,
753 /**/ 755 /**/