diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1521,
+/**/
     1520,
 /**/
     1519,