mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
patch 8.0.1743: terminal window options are named inconsistently
Problem: Terminal window options are named inconsistently. Solution: prefix terminal window options with "termwin". Keep the old names for now as an alias.
This commit is contained in:
@@ -1114,6 +1114,9 @@ enum
|
||||
, BV_UDF
|
||||
, BV_UL
|
||||
, BV_WM
|
||||
#ifdef FEAT_TERMINAL
|
||||
, BV_TWSL
|
||||
#endif
|
||||
, BV_COUNT /* must be the last one */
|
||||
};
|
||||
|
||||
@@ -1133,8 +1136,8 @@ enum
|
||||
, WV_COLE
|
||||
#endif
|
||||
#ifdef FEAT_TERMINAL
|
||||
, WV_TK
|
||||
, WV_TMS
|
||||
, WV_TWK
|
||||
, WV_TWS
|
||||
#endif
|
||||
, WV_CRBIND
|
||||
#ifdef FEAT_LINEBREAK
|
||||
|
Reference in New Issue
Block a user