Patch 8.0.0717
Problem: Terminal feature not included in :version output.
Solution: Add +terminal or -terminal.
Files: src/version.c, src/terminal.c
*** ../vim-8.0.0716/src/version.c 2017-07-15 19:22:33.646179881 +0200
--- src/version.c 2017-07-15 20:03:14.351266809 +0200
***************
*** 618,623 ****
--- 618,628 ----
#else
"-termguicolors",
#endif
+ #ifdef FEAT_TERMINAL
+ "+terminal",
+ #else
+ "-terminal",
+ #endif
#if defined(UNIX)
/* only Unix can have terminfo instead of termcap */
# ifdef TERMINFO
*** ../vim-8.0.0716/src/terminal.c 2017-07-07 11:53:29.507876589 +0200
--- src/terminal.c 2017-07-15 20:04:36.778627546 +0200
***************
*** 24,30 ****
* This will result in screen updates.
*
* TODO:
- * - +terminal in features[] in version.c
* - free b_term when closing terminal.
* - remove term from first_term list when closing terminal.
* - set buffer options to be scratch, hidden, nomodifiable, etc.
--- 24,29 ----
*** ../vim-8.0.0716/src/version.c 2017-07-15 19:22:33.646179881 +0200
--- src/version.c 2017-07-15 20:03:14.351266809 +0200
***************
*** 766,767 ****
--- 771,774 ----
{ /* Add new patch number below this line */
+ /**/
+ 717,
/**/
--
hundred-and-one symptoms of being an internet addict:
162. You go outside and look for a brightness knob to turn down the sun.
/// 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.