mirror of
https://github.com/vim/vim.git
synced 2025-10-04 05:25:06 -04:00
patch 8.1.0226: too many #ifdefs
Problem: Too many #ifdefs. Solution: Graduate the +vreplace feature, it's not much code and quite a few #ifdefs.
This commit is contained in:
@@ -778,13 +778,11 @@ EXTERN pos_T Insstart; /* This is where the latest
|
||||
* op_insert(), to detect correctly where inserting by the user started. */
|
||||
EXTERN pos_T Insstart_orig;
|
||||
|
||||
#ifdef FEAT_VREPLACE
|
||||
/*
|
||||
* Stuff for VREPLACE mode.
|
||||
*/
|
||||
EXTERN int orig_line_count INIT(= 0); /* Line count when "gR" started */
|
||||
EXTERN int vr_lines_changed INIT(= 0); /* #Lines changed by "gR" so far */
|
||||
#endif
|
||||
|
||||
#if defined(FEAT_X11) && defined(FEAT_XCLIPBOARD)
|
||||
/* argument to SETJMP() for handling X IO errors */
|
||||
|
Reference in New Issue
Block a user