Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
brammool committed Apr 11, 2017
1 parent ea58815 commit 9f92886
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/option.c
Expand Up @@ -3174,6 +3174,7 @@ static struct vimoption options[] =
p_term("t_vi", T_VI) p_term("t_vi", T_VI)
p_term("t_vs", T_VS) p_term("t_vs", T_VS)
p_term("t_WP", T_CWP) p_term("t_WP", T_CWP)
p_term("t_GP", T_CGP)
p_term("t_WS", T_CWS) p_term("t_WS", T_CWS)
p_term("t_xn", T_XN) p_term("t_xn", T_XN)
p_term("t_xs", T_XS) p_term("t_xs", T_XS)
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -764,6 +764,8 @@ static char *(features[]) =


static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
563,
/**/ /**/
562, 562,
/**/ /**/
Expand Down

0 comments on commit 9f92886

Please sign in to comment.