summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-05-24 13:57:54 +0100
committerBram Moolenaar <Bram@vim.org>2022-05-24 13:57:54 +0100
commit78d52883e10d71f23ab72a3d8b9733b00da8c9ad (patch)
tree0b655f17192cb51e4bf2b411b6a42111b1cdf042 /src/version.c
parent53737b5eeeab1f95964f78b055d6094fab559533 (diff)
downloadvim-git-8.2.5013.tar.gz
patch 8.2.5013: after text formatting cursor may be in an invalid positionv8.2.5013
Problem: After text formatting the cursor may be in an invalid position. Solution: Correct the cursor position after formatting.
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 dea37d6cd..f737b1b7d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 5013,
+/**/
5012,
/**/
5011,