comparison src/version.c @ 13294:5fc59833a748 v8.0.1521

patch 8.0.1521: Shift-Tab does not work in a terminal window commit https://github.com/vim/vim/commit/73cddfd559152ea9b7e978ea7cf9c0d3a41e7316 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 16 20:01:04 2018 +0100 patch 8.0.1521: Shift-Tab does not work in a terminal window Problem: Shift-Tab does not work in a terminal window. Solution: Recognize Shift-Tab key press. (Jsees Luehrs, closes https://github.com/vim/vim/issues/2644)
author Christian Brabandt <cb@256bit.org>
date Fri, 16 Feb 2018 20:15:08 +0100
parents c42fe898b578
children 67345bc7fe31
comparison
equal deleted inserted replaced
13293:3f77bb7ee6d6 13294:5fc59833a748
769 NULL 769 NULL
770 }; 770 };
771 771
772 static int included_patches[] = 772 static int included_patches[] =
773 { /* Add new patch number below this line */ 773 { /* Add new patch number below this line */
774 /**/
775 1521,
774 /**/ 776 /**/
775 1520, 777 1520,
776 /**/ 778 /**/
777 1519, 779 1519,
778 /**/ 780 /**/