commit | 2eed9bafa013f278ffe8bcd52489f90b11cf00e1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 25 23:40:29 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 25 23:40:29 2019 +0200 |
tree | 9a2dcd1d2b0efacc4564f212baccba596d51e4f1 | |
parent | 6a7af8e2dbcb768a768831d9e6355c855c215ebc [diff] [blame] |
patch 8.1.1594: may still start file dialog while exiting Problem: May still start file dialog while exiting. Solution: Ignore the "browse" modifier in another place when exiiting. (Ozaki Kiichi, closes #4582)
diff --git a/src/ex_cmds.c b/src/ex_cmds.c index 0eaa662..4126fe0 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c
@@ -3818,7 +3818,7 @@ else { #ifdef FEAT_BROWSE - if (cmdmod.browse) + if (cmdmod.browse && !exiting) { if ( # ifdef FEAT_GUI