comparison src/version.c @ 26538:dfa658800f21 v8.2.3798

patch 8.2.3798: a :def callback function postpones an error message Commit: https://github.com/vim/vim/commit/3b309f11db7904efcae0177c2825597042c07427 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 13 18:19:55 2021 +0000 patch 8.2.3798: a :def callback function postpones an error message Problem: A :def callback function postpones an error message. Solution: Display the error after calling the function. (closes https://github.com/vim/vim/issues/9340)
author Bram Moolenaar <Bram@vim.org>
date Mon, 13 Dec 2021 19:30:03 +0100
parents 08241cd6091b
children 682ff45f289f
comparison
equal deleted inserted replaced
26537:22dbda400a1d 26538:dfa658800f21
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 3798,
752 /**/ 754 /**/
753 3797, 755 3797,
754 /**/ 756 /**/
755 3796, 757 3796,
756 /**/ 758 /**/