summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-05-16 22:11:47 +0200
committerBram Moolenaar <Bram@vim.org>2019-05-16 22:11:47 +0200
commitdda4144d39a9d685b8dda830978e7410bd372c40 (patch)
tree7044aa90183afff7fbf2cb141943c3812d6c2647 /src/version.c
parenteda652215abf696f86b872888945a2d2dd8c7192 (diff)
patch 8.1.1335: listener callback is called after inserting textv8.1.1335
Problem: Listener callback is called after inserting text. Solution: Flush the changes before inserting or deleting a line. Store changes per buffer.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index ad16cd5706..b085052baa 100644
--- a/src/version.c
+++ b/src/version.c
@@ -768,6 +768,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1335,
+/**/
1334,
/**/
1333,