comparison src/version.c @ 21697:6c477989f9a4 v8.2.1398

patch 8.2.1398: autoload script sourced twice if sourced directly Commit: https://github.com/vim/vim/commit/daa2f36573db3e1df7eb1fdbc3a09a2815644048 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 8 21:33:21 2020 +0200 patch 8.2.1398: autoload script sourced twice if sourced directly Problem: Autoload script sourced twice if sourced directly. Solution: Do not source an autoload script again. (issue https://github.com/vim/vim/issues/6644)
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Aug 2020 21:45:04 +0200
parents f27187782dc6
children 1b96535705a0
comparison
equal deleted inserted replaced
21696:217fe247a68b 21697:6c477989f9a4
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1398,
757 /**/ 759 /**/
758 1397, 760 1397,
759 /**/ 761 /**/
760 1396, 762 1396,
761 /**/ 763 /**/