Patch 8.1.1594
Problem: May still start file dialog while exiting.
Solution: Ignore the "browse" modifier in another place when exiiting.
(Ozaki Kiichi, closes #4582)
Files: src/ex_cmds.c
*** ../vim-8.1.1593/src/ex_cmds.c 2019-06-25 06:50:26.904412884 +0200
--- src/ex_cmds.c 2019-06-25 23:36:30.585269203 +0200
***************
*** 3818,3824 ****
else
{
#ifdef FEAT_BROWSE
! if (cmdmod.browse)
{
if (
# ifdef FEAT_GUI
--- 3818,3824 ----
else
{
#ifdef FEAT_BROWSE
! if (cmdmod.browse && !exiting)
{
if (
# ifdef FEAT_GUI
*** ../vim-8.1.1593/src/version.c 2019-06-25 21:34:23.080997026 +0200
--- src/version.c 2019-06-25 23:38:19.756912425 +0200
***************
*** 779,780 ****
--- 779,782 ----
{ /* Add new patch number below this line */
+ /**/
+ 1594,
/**/
--
We're knights of the Round Table
Our shows are formidable
But many times
We're given rhymes
That are quite unsingable
We're opera mad in Camelot
We sing from the diaphragm a lot.
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/201906252141.x5PLfQAC002041%40masaka.moolenaar.net.
For more options, visit https://groups.google.com/d/optout.