aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nvim/edit.c2
-rw-r--r--src/nvim/version.c6
2 files changed, 5 insertions, 3 deletions
diff --git a/src/nvim/edit.c b/src/nvim/edit.c
index 6158176e56..10bee8023e 100644
--- a/src/nvim/edit.c
+++ b/src/nvim/edit.c
@@ -3798,6 +3798,8 @@ static void ins_compl_delete(void)
*/
i = compl_col + (compl_cont_status & CONT_ADDING ? compl_length : 0);
backspace_until_column(i);
+ // TODO: is this sufficient for redrawing? Redrawing everything causes
+ // flicker, thus we can't do that.
changed_cline_bef_curs();
}
diff --git a/src/nvim/version.c b/src/nvim/version.c
index dfcf086e87..fc0b85fde9 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -219,7 +219,7 @@ static int included_patches[] = {
//379,
//378,
//377,
- //376,
+ 376,
//375,
//374,
//373 NA
@@ -228,7 +228,7 @@ static int included_patches[] = {
370,
//369,
//368,
- //367,
+ 367,
//366,
//365,
//364,
@@ -238,7 +238,7 @@ static int included_patches[] = {
//360,
//359,
//358,
- //357,
+ 357,
//356 NA
//355,
//354 NA