comparison src/version.c @ 29318:fcf524e1e97e v9.0.0002

patch 9.0.0002: map functionality outside of map.c Commit: https://github.com/vim/vim/commit/c207fd2535717030d78f9b92839e5f2ac004cc78 Author: zeertzjq <zeertzjq@outlook.com> Date: Wed Jun 29 10:37:40 2022 +0100 patch 9.0.0002: map functionality outside of map.c Problem: Map functionality outside of map.c. Solution: Move f_hasmapto() to map.c. Rename a function. (closes https://github.com/vim/vim/issues/10611)
author Bram Moolenaar <Bram@vim.org>
date Wed, 29 Jun 2022 11:45:04 +0200
parents 9f52de59f12e
children a74398c432a4
comparison
equal deleted inserted replaced
29317:01ef523fec06 29318:fcf524e1e97e
733 NULL 733 NULL
734 }; 734 };
735 735
736 static int included_patches[] = 736 static int included_patches[] =
737 { /* Add new patch number below this line */ 737 { /* Add new patch number below this line */
738 /**/
739 2,
738 /**/ 740 /**/
739 1, 741 1,
740 /**/ 742 /**/
741 0 743 0
742 }; 744 };