diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2101,
+/**/
     2100,
 /**/
     2099,