commit | 217ea51ee4c4cb6cf690eb0da70cc4c81291aa2e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 14 17:13:59 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 14 17:13:59 2022 +0100 |
tree | ce15f77612408e7dd7901dfc8be270e85fefb9b0 | |
parent | 6ce1b59228b94f4a5b076af75b091e14483c1392 [diff] [blame] |
patch 8.2.5094: MS-Windows GUI: empty command may cause a dialog Problem: MS-Windows GUI: empty command may cause a dialog. Solution: Delete the dialog file. Improve the message.
diff --git a/src/version.c b/src/version.c index 50c6ed3..fb9f794 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5094, +/**/ 5093, /**/ 5092,