comparison src/version.c @ 18849:b77ef4b8af7c v8.1.2411

patch 8.1.2411: function argument copied unnecessarily Commit: https://github.com/vim/vim/commit/1b03a193b3394597e4ed86aeea1e1b2c60ae9ad2 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 8 17:08:29 2019 +0100 patch 8.1.2411: function argument copied unnecessarily Problem: Function argument copied unnecessarily. Solution: Use the argument directly.
author Bram Moolenaar <Bram@vim.org>
date Sun, 08 Dec 2019 17:15:04 +0100
parents 67eb9bc32434
children 3cf9529b3a4a
comparison
equal deleted inserted replaced
18848:a0e0f0256d0b 18849:b77ef4b8af7c
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 2411,
745 /**/ 747 /**/
746 2410, 748 2410,
747 /**/ 749 /**/
748 2409, 750 2409,
749 /**/ 751 /**/