diff --git a/src/ex_cmds.c b/src/ex_cmds.c index 0eaa662b25..4126fe09f9 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c @@ -3818,7 +3818,7 @@ do_ecmd( else { #ifdef FEAT_BROWSE - if (cmdmod.browse) + if (cmdmod.browse && !exiting) { if ( # ifdef FEAT_GUI diff --git a/src/version.c b/src/version.c index c25c1ff10c..3699629210 100644 --- a/src/version.c +++ b/src/version.c @@ -777,6 +777,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1594, /**/ 1593, /**/