commit | 20ebbeac461ffc2a5e5dbfbb0ba380b8854615bd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 30 17:58:27 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 30 17:58:27 2019 +0100 |
tree | 111206818a0c610bf163767bbc4c72708c5fde4a | |
parent | 91359014b359cf816bf943fe2c7d492996263def [diff] [blame] |
patch 8.1.2365: missing tests for recent popupwin changes Problem: Missing tests for recent popupwin changes. Solution: Add test cases.
diff --git a/src/version.c b/src/version.c index 7bc97da..d4e0861 100644 --- a/src/version.c +++ b/src/version.c
@@ -738,6 +738,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2365, +/**/ 2364, /**/ 2363,