comparison src/option.h @ 13742:a34b1323286c v8.0.1743

patch 8.0.1743: terminal window options are named inconsistently commit https://github.com/vim/vim/commit/6d150f783d5d3820fe69734dda1e79b8276a84d2 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 21 20:03:20 2018 +0200 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.
author Christian Brabandt <cb@256bit.org>
date Sat, 21 Apr 2018 20:15:07 +0200
parents c32e9628dc30
children f22db93bd887
comparison
equal deleted inserted replaced
13741:ef2ae120f25c 13742:a34b1323286c
1112 , BV_TW 1112 , BV_TW
1113 , BV_TX 1113 , BV_TX
1114 , BV_UDF 1114 , BV_UDF
1115 , BV_UL 1115 , BV_UL
1116 , BV_WM 1116 , BV_WM
1117 #ifdef FEAT_TERMINAL
1118 , BV_TWSL
1119 #endif
1117 , BV_COUNT /* must be the last one */ 1120 , BV_COUNT /* must be the last one */
1118 }; 1121 };
1119 1122
1120 /* 1123 /*
1121 * "indir" values for window-local options. 1124 * "indir" values for window-local options.
1131 #ifdef FEAT_CONCEAL 1134 #ifdef FEAT_CONCEAL
1132 , WV_COCU 1135 , WV_COCU
1133 , WV_COLE 1136 , WV_COLE
1134 #endif 1137 #endif
1135 #ifdef FEAT_TERMINAL 1138 #ifdef FEAT_TERMINAL
1136 , WV_TK 1139 , WV_TWK
1137 , WV_TMS 1140 , WV_TWS
1138 #endif 1141 #endif
1139 , WV_CRBIND 1142 , WV_CRBIND
1140 #ifdef FEAT_LINEBREAK 1143 #ifdef FEAT_LINEBREAK
1141 , WV_BRI 1144 , WV_BRI
1142 , WV_BRIOPT 1145 , WV_BRIOPT