vim-patch:8.1.0826: too many #ifdefs

Problem:    Too many #ifdefs.
Solution:   Graduate FEAT_VIRTUALEDIT.  Adds about 10Kbyte to the code.
29ddebef40
This commit is contained in:
Jan Edmund Lazo
2019-03-08 03:03:47 -05:00
parent 8bd194f98a
commit e3d9945f7f
6 changed files with 6 additions and 7 deletions

View File

@@ -24,7 +24,6 @@ typedef struct {
colnr_T coladd;
} pos_T;
# define INIT_POS_T(l, c, ca) {l, c, ca}
/*
* Same, but without coladd.