mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.1.1901: the +insert_expand feature is not always available
Problem: The +insert_expand feature is not always available. Solution: Graduate the +insert_expand feature.
This commit is contained in:
@@ -4391,12 +4391,10 @@ do_sub(exarg_T *eap)
|
||||
subflags.do_ask = FALSE;
|
||||
break;
|
||||
}
|
||||
#ifdef FEAT_INS_EXPAND
|
||||
if (typed == Ctrl_E)
|
||||
scrollup_clamp();
|
||||
else if (typed == Ctrl_Y)
|
||||
scrolldown_clamp();
|
||||
#endif
|
||||
}
|
||||
State = save_State;
|
||||
#ifdef FEAT_MOUSE
|
||||
|
Reference in New Issue
Block a user