commit | cfe456543e840d133399551f8626d985e1fb1958 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Fri May 27 17:26:55 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 27 17:26:55 2022 +0100 |
tree | 88e1820132eef74ed7abab2334d51019cb6f47d2 | |
parent | 02e8d4e4ffcdd6ee919e19692d591da8e18a565d [diff] [blame] |
patch 8.2.5029: "textlock" is always zero Problem: "textlock" is always zero. Solution: Remove "textlock" and rename "textwinlock" to "textlock". (closes #10489)
diff --git a/src/version.c b/src/version.c index 480ff28..cc9cb49 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5029, +/**/ 5028, /**/ 5027,