Skip to content

Commit 9f92886

Browse files
committed
patch 8.0.0563: crash when getting the window position in tmux
Problem: Crash when getting the window position in tmux. (Marvin Schmidt) Solution: Add t_GP to the list of terminal options. (closes #1627)
1 parent ea58815 commit 9f92886

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/option.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3174,6 +3174,7 @@ static struct vimoption options[] =
31743174
p_term("t_vi", T_VI)
31753175
p_term("t_vs", T_VS)
31763176
p_term("t_WP", T_CWP)
3177+
p_term("t_GP", T_CGP)
31773178
p_term("t_WS", T_CWS)
31783179
p_term("t_xn", T_XN)
31793180
p_term("t_xs", T_XS)

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,8 @@ static char *(features[]) =
764764

765765
static int included_patches[] =
766766
{ /* Add new patch number below this line */
767+
/**/
768+
563,
767769
/**/
768770
562,
769771
/**/

0 commit comments

Comments
 (0)