comparison src/version.c @ 30124:9874afdacb5f v9.0.0398

patch 9.0.0398: members of funccall_T are inconsistently named Commit: https://github.com/vim/vim/commit/ca16c60f337ed33d5dd66a6e90aaf95b619c5e47 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 6 18:57:08 2022 +0100 patch 9.0.0398: members of funccall_T are inconsistently named Problem: Members of funccall_T are inconsistently named. Solution: Use the "fc_" prefix for all members.
author Bram Moolenaar <Bram@vim.org>
date Tue, 06 Sep 2022 20:00:04 +0200
parents 458162398682
children 01408b56f093
comparison
equal deleted inserted replaced
30123:a50f26ec428f 30124:9874afdacb5f
701 NULL 701 NULL
702 }; 702 };
703 703
704 static int included_patches[] = 704 static int included_patches[] =
705 { /* Add new patch number below this line */ 705 { /* Add new patch number below this line */
706 /**/
707 398,
706 /**/ 708 /**/
707 397, 709 397,
708 /**/ 710 /**/
709 396, 711 396,
710 /**/ 712 /**/