0
0
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:
Bram Moolenaar
2018-04-21 20:03:20 +02:00
parent e1fc51558d
commit 6d150f783d
8 changed files with 108 additions and 56 deletions

View File

@@ -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