commit | f05a1e59a3df759667f2082cf42368945c57e389 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 02 11:48:53 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 02 11:48:53 2022 +0100 |
tree | ddc9a0a18a2fcc966e3c03666cb0522d80d3ca80 | |
parent | e175dc6911948bcd0c854876b534fee62fb95b9f [diff] [blame] |
patch 9.0.0134: no test for text property with column zero Problem: No test for text property with column zero. Solution: Add a test. Add message to assert for no open popups.
diff --git a/src/version.c b/src/version.c index 75f24c6..6113e33 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 134, +/**/ 133, /**/ 132,