commit | 57441d6fa0ba44be8dc16d6469a8659afc2f3b81 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 28 22:38:07 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 28 22:38:07 2019 +0200 |
tree | 3d72862af6041937774d7b563a11e5744aa903cd | |
parent | bc2d4c1db6d47f6d04412bb5f94b52e444faebc8 [diff] [blame] |
patch 8.1.1935: test for text property popup window is flaky Problem: Test for text property popup window is flaky. Solution: Remove the undo message
diff --git a/src/version.c b/src/version.c index 966c5b7..f798b8f 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1935, +/**/ 1934, /**/ 1933,