comparison src/version.c @ 18213:aa0972536d3e v8.1.2101

patch 8.1.2101: write_session_file() often defined but not used Commit: https://github.com/vim/vim/commit/ac02a638b4ae2f019b448bf82bf2667e75ff939e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 29 19:02:46 2019 +0200 patch 8.1.2101: write_session_file() often defined but not used Problem: write_session_file() often defined but not used. Solution: Adjust the #ifdef. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/4998)
author Bram Moolenaar <Bram@vim.org>
date Sun, 29 Sep 2019 19:15:04 +0200
parents a493ab8e57ab
children 86a865a89661
comparison
equal deleted inserted replaced
18212:713f1aea5f87 18213:aa0972536d3e
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 2101,
756 /**/ 758 /**/
757 2100, 759 2100,
758 /**/ 760 /**/
759 2099, 761 2099,
760 /**/ 762 /**/