comparison src/version.c @ 15788:c24572e66556 v8.1.0901

patch 8.1.0901: index in getjumplist() may be wrong commit https://github.com/vim/vim/commit/57ee2b6e0b5b730d12ee9db00a8e2a577df9e374 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 12 22:15:06 2019 +0100 patch 8.1.0901: index in getjumplist() may be wrong Problem: Index in getjumplist() may be wrong. (Epheien) Solution: Call cleanup_jumplist() earlier. (Yegappan Lakshmanan, closes #3941)
author Bram Moolenaar <Bram@vim.org>
date Tue, 12 Feb 2019 22:30:07 +0100
parents ec39beb7e61f
children 05d836c8f1c4
comparison
equal deleted inserted replaced
15787:ecdf064c26a3 15788:c24572e66556
781 NULL 781 NULL
782 }; 782 };
783 783
784 static int included_patches[] = 784 static int included_patches[] =
785 { /* Add new patch number below this line */ 785 { /* Add new patch number below this line */
786 /**/
787 901,
786 /**/ 788 /**/
787 900, 789 900,
788 /**/ 790 /**/
789 899, 791 899,
790 /**/ 792 /**/