comparison src/version.c @ 28175:3cc909ea91a8 v8.2.4613

patch 8.2.4613: return type of swapfile_unchanged() is wrong Commit: https://github.com/vim/vim/commit/3c5999e53d9f35a30abefb7224f66a75c8ffb009 Author: zeertzjq <zeertzjq@outlook.com> Date: Wed Mar 23 13:54:51 2022 +0000 patch 8.2.4613: return type of swapfile_unchanged() is wrong Problem: Return type of swapfile_unchanged() is wrong. Solution: Use "int". (closes https://github.com/vim/vim/issues/10000 Yeah!)
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Mar 2022 15:00:04 +0100
parents b0c885507de4
children f04a3ec65e2d
comparison
equal deleted inserted replaced
28174:da9fe882032a 28175:3cc909ea91a8
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 4613,
753 /**/ 755 /**/
754 4612, 756 4612,
755 /**/ 757 /**/
756 4611, 758 4611,
757 /**/ 759 /**/