Patch 8.0.0713 (after 8.0.0712)
Problem: 'termkey' option not fully implemented.
Solution: Add initialisation.
Files: src/option.c
*** ../vim-8.0.0712/src/option.c 2017-07-15 14:03:53.927047056 +0200
--- src/option.c 2017-07-15 15:14:06.019563451 +0200
***************
*** 10901,10906 ****
--- 10901,10907 ----
to->wo_cole = from->wo_cole;
#endif
#ifdef FEAT_TERMINAL
+ to->wo_tk = vim_strsave(from->wo_tk);
to->wo_tms = vim_strsave(from->wo_tms);
#endif
#ifdef FEAT_FOLDING
***************
*** 10970,10975 ****
--- 10971,10977 ----
check_string_option(&wop->wo_cocu);
#endif
#ifdef FEAT_TERMINAL
+ check_string_option(&wop->wo_tk);
check_string_option(&wop->wo_tms);
#endif
#ifdef FEAT_LINEBREAK
***************
*** 11012,11017 ****
--- 11014,11020 ----
clear_string_option(&wop->wo_cocu);
#endif
#ifdef FEAT_TERMINAL
+ clear_string_option(&wop->wo_tk);
clear_string_option(&wop->wo_tms);
#endif
}
*** ../vim-8.0.0712/src/version.c 2017-07-15 14:03:53.931047026 +0200
--- src/version.c 2017-07-15 15:16:22.926551229 +0200
***************
*** 766,767 ****
--- 766,769 ----
{ /* Add new patch number below this line */
+ /**/
+ 713,
/**/
--
hundred-and-one symptoms of being an internet addict:
158. You get a tuner card so you can watch TV while surfing.
/// Bram Moolenaar -- [email protected] -- 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 [email protected].
For more options, visit https://groups.google.com/d/optout.