summaryrefslogtreecommitdiff
path: root/src/option.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-04-21 20:03:20 +0200
committerBram Moolenaar <Bram@vim.org>2018-04-21 20:03:20 +0200
commit6d150f783d5d3820fe69734dda1e79b8276a84d2 (patch)
tree125a3491b68b80a72f67f07194d33cdbabc68d70 /src/option.h
parente1fc51558dc14906a8d9f6a6e7bb1ac2a6ba8f3d (diff)
downloadvim-git-6d150f783d5d3820fe69734dda1e79b8276a84d2.tar.gz
patch 8.0.1743: terminal window options are named inconsistentlyv8.0.1743
Problem: Terminal window options are named inconsistently. Solution: prefix terminal window options with "termwin". Keep the old names for now as an alias.
Diffstat (limited to 'src/option.h')
-rw-r--r--src/option.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/option.h b/src/option.h
index 45f1a36bc..8f492c361 100644
--- a/src/option.h
+++ b/src/option.h
@@ -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