diff src/version.c @ 28749:4a9fdf708575 v8.2.4899

patch 8.2.4899: with latin1 encoding CTRL-W might go before the cmdline Commit: https://github.com/vim/vim/commit/ef02f16609ff0a26ffc6e20263523424980898fe Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 7 10:49:10 2022 +0100 patch 8.2.4899: with latin1 encoding CTRL-W might go before the cmdline Problem: With latin1 encoding CTRL-W might go before the start of the command line. Solution: Check already being at the start of the command line.
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 May 2022 12:00:03 +0200
parents fb86364889a4
children 0c5c6a693d12
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 */
 /**/
+    4899,
+/**/
     4898,
 /**/
     4897,