mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -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:
@@ -1614,9 +1614,7 @@ call_func(
|
||||
* redo buffer.
|
||||
*/
|
||||
save_search_patterns();
|
||||
#ifdef FEAT_INS_EXPAND
|
||||
if (!ins_compl_active())
|
||||
#endif
|
||||
{
|
||||
saveRedobuff(&save_redo);
|
||||
did_save_redo = TRUE;
|
||||
|
Reference in New Issue
Block a user