Patch 8.1.1594

7 views
Skip to first unread message

Bram Moolenaar

unread,
Jun 25, 2019, 5:41:36 PM6/25/19
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- 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 ///
Reply all
Reply to author
Forward
0 new messages