comparison src/version.c @ 26205:9e5e331828da v8.2.3634

patch 8.2.3634: error for already defined function uses wrong line number Commit: https://github.com/vim/vim/commit/d604d78e7b2e63d118814d0fa0b4b702ec52aeed Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 20 21:46:20 2021 +0000 patch 8.2.3634: error for already defined function uses wrong line number Problem: Error for already defined function uses wrong line number. Solution: Set SOURCING_LNUM before giving the error message. (closes https://github.com/vim/vim/issues/9085)
author Bram Moolenaar <Bram@vim.org>
date Sat, 20 Nov 2021 23:00:04 +0100
parents a968027f8a2c
children c3b046ce88fd
comparison
equal deleted inserted replaced
26204:b22360f54fad 26205:9e5e331828da
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3634,
760 /**/ 762 /**/
761 3633, 763 3633,
762 /**/ 764 /**/
763 3632, 765 3632,
764 /**/ 766 /**/