Re: Patch 8.0.0563

2017-04-11 Fir de Conversatie Elimar Riesebieter
* Bram Moolenaar <b...@moolenaar.net> [2017-04-11 22:44 +0200]:

> 
> Patch 8.0.0563
> Problem:Crash when getting the window position in tmux. (Marvin Schmidt)
> Solution:   Add t_GP to the list of terminal options. (closes #1627)
> Files:  src/option.c

Works here on $TERM=tmux-256color ;-)

Thanks
Elimar
-- 
  Alles was viel bedacht wird ist bedenklich!;-)
 Friedrich Nietzsche

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Patch 8.0.0563

2017-04-11 Fir de Conversatie Bram Moolenaar

Patch 8.0.0563
Problem:Crash when getting the window position in tmux. (Marvin Schmidt)
Solution:   Add t_GP to the list of terminal options. (closes #1627)
Files:  src/option.c


*** ../vim-8.0.0562/src/option.c2017-04-07 15:42:20.158333009 +0200
--- src/option.c2017-04-11 22:33:23.609901609 +0200
***
*** 3174,3179 
--- 3174,3180 
  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)
*** ../vim-8.0.0562/src/version.c   2017-04-10 22:45:26.140352638 +0200
--- src/version.c   2017-04-11 22:34:20.209510497 +0200
***
*** 766,767 
--- 766,769 
  {   /* Add new patch number below this line */
+ /**/
+ 563,
  /**/

-- 
Not too long ago, a program was something you watched on TV...

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org///
 \\\help me help AIDS victims -- http://ICCF-Holland.org///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.