mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #1162 from atwupack/vp-7.4.357
vim-patch:7.4.357, 7.4.367, 7.4.376
This commit is contained in:
commit
1761a4af71
@ -3798,6 +3798,8 @@ static void ins_compl_delete(void)
|
|||||||
*/
|
*/
|
||||||
i = compl_col + (compl_cont_status & CONT_ADDING ? compl_length : 0);
|
i = compl_col + (compl_cont_status & CONT_ADDING ? compl_length : 0);
|
||||||
backspace_until_column(i);
|
backspace_until_column(i);
|
||||||
|
// TODO: is this sufficient for redrawing? Redrawing everything causes
|
||||||
|
// flicker, thus we can't do that.
|
||||||
changed_cline_bef_curs();
|
changed_cline_bef_curs();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -219,7 +219,7 @@ static int included_patches[] = {
|
|||||||
//379,
|
//379,
|
||||||
//378,
|
//378,
|
||||||
//377,
|
//377,
|
||||||
//376,
|
376,
|
||||||
//375,
|
//375,
|
||||||
//374,
|
//374,
|
||||||
//373 NA
|
//373 NA
|
||||||
@ -228,7 +228,7 @@ static int included_patches[] = {
|
|||||||
370,
|
370,
|
||||||
//369,
|
//369,
|
||||||
//368,
|
//368,
|
||||||
//367,
|
367,
|
||||||
//366,
|
//366,
|
||||||
//365,
|
//365,
|
||||||
//364,
|
//364,
|
||||||
@ -238,7 +238,7 @@ static int included_patches[] = {
|
|||||||
//360,
|
//360,
|
||||||
//359,
|
//359,
|
||||||
//358,
|
//358,
|
||||||
//357,
|
357,
|
||||||
//356 NA
|
//356 NA
|
||||||
//355,
|
//355,
|
||||||
//354 NA
|
//354 NA
|
||||||
|
Loading…
Reference in New Issue
Block a user