mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00
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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user