summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-06-15 21:44:51 +0200
committerBram Moolenaar <Bram@vim.org>2016-06-15 21:44:51 +0200
commit28607ba2b82668503f8406bc13690d59af46deb3 (patch)
treebcaccb61eded1a03cda2c8d14bc04f9ca3173a1c /src/version.c
parent36f0f0686ca313ef7b76387378cd5dc7acea1924 (diff)
downloadvim-28607ba2b82668503f8406bc13690d59af46deb3.zip
patch 7.4.1939
Problem: Memory access error when reading viminfo. (Dominique Pelle) Solution: Correct index in jumplist when at the end.
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 1a2b1f3c2..9608a7e55 100644
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1939,
+/**/
1938,
/**/
1937,