mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 08:28:34 +00:00
vim-patch:7.4.1084
Problem: Using "." to repeat CTRL-A in Visual mode increments the wrong
numbers.
Solution: Append right size to the redo buffer. (Ozaki Kiichi)
e1edc1caba
This commit is contained in:
@@ -73,12 +73,14 @@ static int included_patches[] = {
|
||||
|
||||
|
||||
|
||||
1084,
|
||||
// 1083,
|
||||
// 1082,
|
||||
1081,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// 1080,
|
||||
// 1079,
|
||||
// 1078,
|
||||
// 1077,
|
||||
1076,
|
||||
// 1075,
|
||||
// 1074,
|
||||
|
Reference in New Issue
Block a user