comparison src/version.c @ 26706:71e6e67b2898 v8.2.3882

patch 8.2.3882: more duplicated code in f_getreginfo() Commit: https://github.com/vim/vim/commit/d3f00f54bf955bd01767db3a0af25866bc112ec7 Author: zeertzjq <zeertzjq@outlook.com> Date: Fri Dec 24 12:02:43 2021 +0000 patch 8.2.3882: more duplicated code in f_getreginfo() Problem: More duplicated code in f_getreginfo(). Solution: Also use getreg_get_regname(). (closes https://github.com/vim/vim/issues/9398)
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 Dec 2021 13:15:03 +0100
parents 57f585da8c45
children 0c5daf5e5514
comparison
equal deleted inserted replaced
26705:8cf97ce864e8 26706:71e6e67b2898
747 NULL 747 NULL
748 }; 748 };
749 749
750 static int included_patches[] = 750 static int included_patches[] =
751 { /* Add new patch number below this line */ 751 { /* Add new patch number below this line */
752 /**/
753 3882,
752 /**/ 754 /**/
753 3881, 755 3881,
754 /**/ 756 /**/
755 3880, 757 3880,
756 /**/ 758 /**/