comparison src/feature.h @ 15636:6f1c7e9a6393 v8.1.0826

patch 8.1.0826: too many #ifdefs commit https://github.com/vim/vim/commit/29ddebef4038d2d2b3bc9d8d3b0109f4046d6fbf Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 26 17:28:26 2019 +0100 patch 8.1.0826: too many #ifdefs Problem: Too many #ifdefs. Solution: Graduate FEAT_VIRTUALEDIT. Adds about 10Kbyte to the code.
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Jan 2019 17:30:15 +0100
parents b440c7becbca
children 7fad90423bd2
comparison
equal deleted inserted replaced
15635:c51d2a06f5f9 15636:6f1c7e9a6393
197 * Now always included. 197 * Now always included.
198 */ 198 */
199 199
200 /* 200 /*
201 * +virtualedit 'virtualedit' option and its implementation 201 * +virtualedit 'virtualedit' option and its implementation
202 */ 202 * Now always included.
203 #ifdef FEAT_NORMAL 203 */
204 # define FEAT_VIRTUALEDIT
205 #endif
206 204
207 /* 205 /*
208 * +cmdline_info 'showcmd' and 'ruler' options. 206 * +cmdline_info 'showcmd' and 'ruler' options.
209 */ 207 */
210 #ifdef FEAT_NORMAL 208 #ifdef FEAT_NORMAL