comparison src/version.c @ 13668:6a84e3d2b810 v8.0.1706

patch 8.0.1706: cannot sent CTRL- to a terminal window commit https://github.com/vim/vim/commit/b59118d5012a6a07e2d54504fbb04837b5a1208c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 13 22:11:56 2018 +0200 patch 8.0.1706: cannot sent CTRL-\ to a terminal window Problem: Cannot sent CTRL-\ to a terminal window. Solution: Make CTRL-W CTRL-\ send CTRL-\ to a terminal window.
author Christian Brabandt <cb@256bit.org>
date Fri, 13 Apr 2018 22:15:14 +0200
parents 57da3d873f20
children 3085d67d24c8
comparison
equal deleted inserted replaced
13667:78477797c316 13668:6a84e3d2b810
760 NULL 760 NULL
761 }; 761 };
762 762
763 static int included_patches[] = 763 static int included_patches[] =
764 { /* Add new patch number below this line */ 764 { /* Add new patch number below this line */
765 /**/
766 1706,
765 /**/ 767 /**/
766 1705, 768 1705,
767 /**/ 769 /**/
768 1704, 770 1704,
769 /**/ 771 /**/