Patch 8.2.0460 (after 8.2.0459)
Problem: Build failure because of wrong feature name.
Solution: Correct feature name.
Files: src/evalfunc.c
*** ../vim-8.2.0459/src/evalfunc.c 2020-03-26 22:16:44.307582067 +0100
--- src/evalfunc.c 2020-03-26 23:11:49.707859653 +0100
***************
*** 915,921 ****
{"term_dumpwrite", 2, 3, FEARG_2, ret_void,
TERM_FUNC(f_term_dumpwrite)},
{"term_getaltscreen", 1, 1, FEARG_1, ret_number,
TERM_FUNC(f_term_getaltscreen)},
{"term_getansicolors", 1, 1, FEARG_1, ret_list_string,
! #if defined(TERMINAL) && (defined(FEAT_GUI) || defined(FEAT_TERMGUICOLORS))
f_term_getansicolors
#else
NULL
--- 915,921 ----
{"term_dumpwrite", 2, 3, FEARG_2, ret_void,
TERM_FUNC(f_term_dumpwrite)},
{"term_getaltscreen", 1, 1, FEARG_1, ret_number,
TERM_FUNC(f_term_getaltscreen)},
{"term_getansicolors", 1, 1, FEARG_1, ret_list_string,
! #if defined(FEAT_TERMINAL) && (defined(FEAT_GUI) ||
defined(FEAT_TERMGUICOLORS))
f_term_getansicolors
#else
NULL
***************
*** 934,940 ****
{"term_scrape", 2, 2, FEARG_1, ret_list_dict_any,
TERM_FUNC(f_term_scrape)},
{"term_sendkeys", 2, 2, FEARG_1, ret_void,
TERM_FUNC(f_term_sendkeys)},
{"term_setansicolors", 2, 2, FEARG_1, ret_void,
! #if defined(TERMINAL) && (defined(FEAT_GUI) || defined(FEAT_TERMGUICOLORS))
f_term_setansicolors
#else
NULL
--- 934,940 ----
{"term_scrape", 2, 2, FEARG_1, ret_list_dict_any,
TERM_FUNC(f_term_scrape)},
{"term_sendkeys", 2, 2, FEARG_1, ret_void,
TERM_FUNC(f_term_sendkeys)},
{"term_setansicolors", 2, 2, FEARG_1, ret_void,
! #if defined(FEAT_TERMINAL) && (defined(FEAT_GUI) ||
defined(FEAT_TERMGUICOLORS))
f_term_setansicolors
#else
NULL
*** ../vim-8.2.0459/src/version.c 2020-03-26 22:16:44.307582067 +0100
--- src/version.c 2020-03-26 23:13:18.063588215 +0100
***************
*** 740,741 ****
--- 740,743 ----
{ /* Add new patch number below this line */
+ /**/
+ 460,
/**/
--
With sufficient thrust, pigs fly just fine.
-- RFC 1925
/// 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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202003262214.02QME5gI013106%40masaka.moolenaar.net.