commit | a129974bc71fcb86e05a29387bcaba9aae2f296a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 10 16:36:00 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 10 16:36:00 2019 +0200 |
tree | 0a7bc2156831ee5a13c42cd747aa5de05b550b6d | |
parent | c25e702deec74771e49f6c2df4cda7a1f97d0c1e [diff] [blame] |
patch 8.1.2132: MS-Windows: screen mess when not recognizing insider build Problem: MS-Windows: screen mess when not recognizing insider build. Solution: Always move the cursor to the first column first. (Nobuhiro Takasaki, closes #5036)
diff --git a/src/version.c b/src/version.c index 2dc9f9b..4e0af78 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2132, +/**/ 2131, /**/ 2130,