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:
KunMing Xie
2017-09-10 18:21:52 +08:00
committed by Justin M. Keyes
parent d173d48177
commit 713a957e9c
4 changed files with 20 additions and 4 deletions

View File

@@ -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