diff src/version.c @ 27209:fa09602eae48 v8.2.4133

patch 8.2.4133: output of ":scriptnames" goes into the message history Commit: https://github.com/vim/vim/commit/840f16202e1ae2d574507ef52a7e8a98775f243c Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 18 13:34:05 2022 +0000 patch 8.2.4133: output of ":scriptnames" goes into the message history Problem: output of ":scriptnames" goes into the message history, while this des not happen for other commands, such as ":ls". Solution: Use msg_outtrans() instead of smsg(). (closes #9551)
author Bram Moolenaar <Bram@vim.org>
date Tue, 18 Jan 2022 14:45:04 +0100
parents 7b8e2bea0ec5
children 61d6a31a5874
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4133,
+/**/
     4132,
 /**/
     4131,