mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
patch 8.2.0970: terminal properties are not available in Vim script
Problem: Terminal properties are not available in Vim script. Solution: Add the terminalprops() function.
This commit is contained in:
@@ -407,6 +407,10 @@ main
|
||||
init_highlight(TRUE, FALSE); // set the default highlight groups
|
||||
TIME_MSG("init highlight");
|
||||
|
||||
#if defined(FEAT_TERMRESPONSE)
|
||||
init_term_props(TRUE);
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_EVAL
|
||||
// Set the break level after the terminal is initialized.
|
||||
debug_break_level = params.use_debug_break_level;
|
||||
|
Reference in New Issue
Block a user