comparison src/option.h @ 27130:daac3cf65d7e v8.2.4094

patch 8.2.4094: 'virtualedit' is window-local but using buffer-local enum Commit: https://github.com/vim/vim/commit/e1833bfd01c100896d2a01f281762c285192d84b Author: zeertzjq <zeertzjq@outlook.com> Date: Sat Jan 15 10:52:16 2022 +0000 patch 8.2.4094: 'virtualedit' is window-local but using buffer-local enum Problem: 'virtualedit' is window-local but using buffer-local enum. Solution: Use window-local enum. (closes https://github.com/vim/vim/issues/9529)
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Jan 2022 12:00:03 +0100
parents 268f6a3511df
children fb4c30606b4a
comparison
equal deleted inserted replaced
27129:a4ef6b033e16 27130:daac3cf65d7e
1233 #endif 1233 #endif
1234 #ifdef FEAT_VARTABS 1234 #ifdef FEAT_VARTABS
1235 , BV_VSTS 1235 , BV_VSTS
1236 , BV_VTS 1236 , BV_VTS
1237 #endif 1237 #endif
1238 , BV_VE
1239 , BV_COUNT // must be the last one 1238 , BV_COUNT // must be the last one
1240 }; 1239 };
1241 1240
1242 /* 1241 /*
1243 * "indir" values for window-local options. 1242 * "indir" values for window-local options.
1285 #ifdef FEAT_LINEBREAK 1284 #ifdef FEAT_LINEBREAK
1286 , WV_LBR 1285 , WV_LBR
1287 #endif 1286 #endif
1288 , WV_NU 1287 , WV_NU
1289 , WV_RNU 1288 , WV_RNU
1289 , WV_VE
1290 #ifdef FEAT_LINEBREAK 1290 #ifdef FEAT_LINEBREAK
1291 , WV_NUW 1291 , WV_NUW
1292 #endif 1292 #endif
1293 #if defined(FEAT_QUICKFIX) 1293 #if defined(FEAT_QUICKFIX)
1294 , WV_PVW 1294 , WV_PVW