commit | ef02f16609ff0a26ffc6e20263523424980898fe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 07 10:49:10 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 07 10:49:10 2022 +0100 |
tree | 316bc69fdd8d9605c0d6666ea02dfd07b458e278 | |
parent | 70d87690a39222277c2beab0649e343a78dee908 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 201d26f..05888c7 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4899, +/**/ 4898, /**/ 4897,