]> granicus.if.org Git - vim/commitdiff
patch 8.0.0563: crash when getting the window position in tmux v8.0.0563
authorBram Moolenaar <Bram@vim.org>
Tue, 11 Apr 2017 20:44:05 +0000 (22:44 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 11 Apr 2017 20:44:05 +0000 (22:44 +0200)
Problem:    Crash when getting the window position in tmux. (Marvin Schmidt)
Solution:   Add t_GP to the list of terminal options. (closes #1627)

src/option.c
src/version.c

index d4f72755d12dc9064bdc63da0c86c560ec7842ea..7e1f5d171962b17d85b3c938f7b2cdbba57e74f6 100644 (file)
@@ -3174,6 +3174,7 @@ static struct vimoption options[] =
     p_term("t_vi", T_VI)
     p_term("t_vs", T_VS)
     p_term("t_WP", T_CWP)
+    p_term("t_GP", T_CGP)
     p_term("t_WS", T_CWS)
     p_term("t_xn", T_XN)
     p_term("t_xs", T_XS)
index 16816945e6bc9d8d23fd47293c5575fe166c2389..bef2bfd38a558112462ad566ff0813d72a7051fc 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    563,
 /**/
     562,
 /**/