comparison src/version.c @ 9313:c0760b25f31d v7.4.1939

commit https://github.com/vim/vim/commit/28607ba2b82668503f8406bc13690d59af46deb3 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 15 21:44:51 2016 +0200 patch 7.4.1939 Problem: Memory access error when reading viminfo. (Dominique Pelle) Solution: Correct index in jumplist when at the end.
author Christian Brabandt <cb@256bit.org>
date Wed, 15 Jun 2016 21:45:05 +0200
parents 7a6f64de57d5
children 1b4946fa3777
comparison
equal deleted inserted replaced
9312:96b65a1b7964 9313:c0760b25f31d
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 1939,
756 /**/ 758 /**/
757 1938, 759 1938,
758 /**/ 760 /**/
759 1937, 761 1937,
760 /**/ 762 /**/