mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00
vim-patch:8.0.0282 vim-patch:8.0.0291 (#7255)
vim-patch:8.0.0291 Problem: Visual block insertion does not insert in all lines. Solution: Don't bail out of insert too early. Add a test. (Christian Brabandt, closes vim/vim#1290)23fa81d222
vim-patch:8.0.0282 Problem: When doing a Visual selection and using "I" to go to insert mode, CTRL-O needs to be used twice to go to Normal mode. (Coacher) Solution: Check for the return value of edit(). (Christian Brabandt, closes #1290)0b5c93a7f2
This commit is contained in:

committed by
Justin M. Keyes

parent
d173d48177
commit
713a957e9c
@@ -661,7 +661,7 @@ static const int included_patches[] = {
|
||||
// 294,
|
||||
// 293,
|
||||
// 292,
|
||||
// 291,
|
||||
291,
|
||||
290,
|
||||
// 289,
|
||||
// 288 NA
|
||||
@@ -670,7 +670,7 @@ static const int included_patches[] = {
|
||||
// 285 NA
|
||||
// 284 NA
|
||||
// 283,
|
||||
// 282,
|
||||
282,
|
||||
// 281 NA
|
||||
280,
|
||||
// 279 NA
|
||||
|
Reference in New Issue
Block a user