comparison src/version.c @ 27223:ea2b4cb4515b v8.2.4140

patch 8.2.4140: maparg() does not indicate the type of script Commit: https://github.com/vim/vim/commit/a9528b39a666dbaa026320f73bae4b1628a7fe51 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 18 20:51:35 2022 +0000 patch 8.2.4140: maparg() does not indicate the type of script Problem: maparg() does not indicate the type of script where it was defined. Solution: Add "scriptversion".
author Bram Moolenaar <Bram@vim.org>
date Tue, 18 Jan 2022 22:00:05 +0100
parents 165a799b4129
children 95f202f77cbb
comparison
equal deleted inserted replaced
27222:20f098f8b3e6 27223:ea2b4cb4515b
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 4140,
753 /**/ 755 /**/
754 4139, 756 4139,
755 /**/ 757 /**/
756 4138, 758 4138,
757 /**/ 759 /**/