comparison src/version.c @ 24329:cd9f77409393 v8.2.2705

patch 8.2.2705: Vim9: misleading reported line number for wrong type Commit: https://github.com/vim/vim/commit/77709b194c71eb02f765521f31b463593bd07cda Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 3 21:01:01 2021 +0200 patch 8.2.2705: Vim9: misleading reported line number for wrong type Problem: Vim9: misleading reported line number for wrong type. Solution: Remember and use the line number at the start. (closes https://github.com/vim/vim/issues/8059)
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Apr 2021 21:15:03 +0200
parents 44e42eac77cb
children bd010982f0be
comparison
equal deleted inserted replaced
24328:c27c9994e3c1 24329:cd9f77409393
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 2705,
753 /**/ 755 /**/
754 2704, 756 2704,
755 /**/ 757 /**/
756 2703, 758 2703,
757 /**/ 759 /**/