comparison src/version.c @ 20597:1c9b87841376 v8.2.0852

patch 8.2.0852: cannot map CTRL-S on some systems Commit: https://github.com/vim/vim/commit/d6cd5ffade84a1054fed23079133af3b837033bf Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 30 20:05:02 2020 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 May 2020 20:15:03 +0200
parents 3609e842f822
children d571231175b4
comparison
equal deleted inserted replaced
20596:4ec94bcaef86 20597:1c9b87841376
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 852,
749 /**/ 751 /**/
750 851, 752 851,
751 /**/ 753 /**/
752 850, 754 850,
753 /**/ 755 /**/