comparison src/version.c @ 32206:5372bf23bf72 v9.0.1434

patch 9.0.1434: crash when adding package already in 'runtimepath' Commit: https://github.com/vim/vim/commit/39c9ec16ea7ef13c5d783481542ee9aa6c05282c Author: zeertzjq <zeertzjq@outlook.com> Date: Sat Apr 1 13:52:03 2023 +0100 patch 9.0.1434: crash when adding package already in 'runtimepath' Problem: Crash when adding package already in 'runtimepath'. Solution: Change order for using 'runtimepath' entries. (closes https://github.com/vim/vim/issues/12215)
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Apr 2023 15:00:06 +0200
parents d5c4c44b54c7
children 73c5881c1793
comparison
equal deleted inserted replaced
32205:4629e7ede81c 32206:5372bf23bf72
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1434,
698 /**/ 700 /**/
699 1433, 701 1433,
700 /**/ 702 /**/
701 1432, 703 1432,
702 /**/ 704 /**/