commit | 8e95636a282f3eac808c0e00c053b33334cc283e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 25 23:08:17 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 25 23:08:17 2019 +0200 |
tree | f2fdaf570a335324d8e861b68e2e632d32a0b07c | |
parent | 12034e22dd80cf533ac1c681be521ab299383f63 [diff] [blame] |
patch 8.1.1929: no tests for text property popup window Problem: No tests for text property popup window. Solution: Add a few tests.
diff --git a/src/version.c b/src/version.c index e317c8f..1e628fd 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1929, +/**/ 1928, /**/ 1927,