commit | 18d46587b985923ef4b90b19a0cf37a094607fec | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Wed Jun 23 20:46:52 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 23 20:46:52 2021 +0200 |
tree | 6e680815dc89cd49aa178486f320df88191fecf8 | |
parent | 8cec9273d2518f2a9abcbd326722a2eba38d2a13 [diff] [blame] |
patch 8.2.3040: GUI: dropping files not tested Problem: GUI: dropping files not tested. Solution: Add test_gui_drop_files() and tests. (Yegappan Lakshmanan, closes #8434)
diff --git a/src/version.c b/src/version.c index 83c7460..bf33312 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3040, +/**/ 3039, /**/ 3038,