diff src/version.c @ 28915:6c67aeb82b65 v8.2.4980

patch 8.2.4980: when 'shortmess' contains 'A' loading session may still warn Commit: https://github.com/vim/vim/commit/aaadb5b6f76ea03e5eb460121f3dbf46ad04ce50 Author: Bram Moolenaar <Bram@vim.org> Date: Wed May 18 22:07:47 2022 +0100 patch 8.2.4980: when 'shortmess' contains 'A' loading session may still warn Problem: When 'shortmess' contains 'A' loading a session may still warn for an existing swap file. (Melker ?sterberg) Solution: Keep the 'A' flag to 'shortmess' in the session file. (closes #10443)
author Bram Moolenaar <Bram@vim.org>
date Wed, 18 May 2022 23:15:02 +0200
parents 22f743798f84
children c5862dfaf0bd
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4980,
+/**/
     4979,
 /**/
     4978,