mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.1.0826: too many #ifdefs
Problem: Too many #ifdefs. Solution: Graduate FEAT_VIRTUALEDIT. Adds about 10Kbyte to the code.
This commit is contained in:
@@ -2136,12 +2136,6 @@ typedef enum {
|
||||
|
||||
#include "globals.h" /* global variables and messages */
|
||||
|
||||
#ifndef FEAT_VIRTUALEDIT
|
||||
# define getvvcol(w, p, s, c, e) getvcol((w), (p), (s), (c), (e))
|
||||
# define virtual_active() FALSE
|
||||
# define virtual_op FALSE
|
||||
#endif
|
||||
|
||||
/*
|
||||
* If console dialog not supported, but GUI dialog is, use the GUI one.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user