mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 12:08:33 +00:00
vim-patch:7.4.630 #2524
Problem: When using Insert mode completion combined with autocommands the redo command may not work. Solution: Do not save the redo buffer when executing autocommands. (Yasuhiro Matsumoto) https://github.com/vim/vim/commit/v7-4-630
This commit is contained in:

committed by
Justin M. Keyes

parent
158d267533
commit
13e148687c
@@ -149,7 +149,7 @@ static int included_patches[] = {
|
||||
//633,
|
||||
//632,
|
||||
//631,
|
||||
//630,
|
||||
630,
|
||||
//629,
|
||||
//628,
|
||||
//627,
|
||||
|
Reference in New Issue
Block a user