commit | 5c381eb9e72990e4153045f4911c59b9b2194edd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 25 06:50:31 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 25 06:50:31 2019 +0200 |
tree | e45433591e73b72b4e31a84e6172eef77ac8534a | |
parent | 7d491c425334d9477637372a4ebec64c228c8430 [diff] [blame] |
patch 8.1.1592: may start file dialog while exiting Problem: May start file dialog while exiting. Solution: Ignore the "browse" modifier when exiting. (Ozaki Kiichi, closes #4582
diff --git a/src/version.c b/src/version.c index c21c12c..5514b4b 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1592, +/**/ 1591, /**/ 1590,