comparison src/feature.h @ 15422:b55b89692fd2 v8.1.0719

patch 8.1.0719: too many #ifdefs commit https://github.com/vim/vim/commit/870ba5f6dce974b6c1c47bf9d3b20db805d10b36 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 11 14:37:20 2019 +0100 patch 8.1.0719: too many #ifdefs Problem: Too many #ifdefs. Solution: Always build with the +visualextra feature.
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Jan 2019 14:45:06 +0100
parents 54d2905bd5ab
children bb421f682528
comparison
equal deleted inserted replaced
15421:9402f350ff35 15422:b55b89692fd2
192 #endif 192 #endif
193 193
194 /* 194 /*
195 * +visual Visual mode - now always included. 195 * +visual Visual mode - now always included.
196 * +visualextra Extra features for Visual mode (mostly block operators). 196 * +visualextra Extra features for Visual mode (mostly block operators).
197 */ 197 * Now always included.
198 #ifdef FEAT_NORMAL 198 */
199 # define FEAT_VISUALEXTRA
200 #endif
201 199
202 /* 200 /*
203 * +virtualedit 'virtualedit' option and its implementation 201 * +virtualedit 'virtualedit' option and its implementation
204 */ 202 */
205 #ifdef FEAT_NORMAL 203 #ifdef FEAT_NORMAL