Patch 8.2.1895

8 views
Skip to first unread message

Bram Moolenaar

unread,
Oct 23, 2020, 12:51:40 PM10/23/20
to vim...@googlegroups.com

Patch 8.2.1895 (after 8.2.1894)
Problem: Vim9: silent command modifier test fails.
Solution: Add missing changes.
Files: src/ex_docmd.c


*** ../vim-8.2.1894/src/ex_docmd.c 2020-10-22 21:22:54.740905315 +0200
--- src/ex_docmd.c 2020-10-23 17:02:47.210219512 +0200
***************
*** 2849,2855 ****
--- 2849,2858 ----
++emsg_silent;
++eap->did_esilent;
}
+ cmdmod.emsg_silent = TRUE;
}
+ else
+ cmdmod.msg_silent = TRUE;
continue;

case 't': if (checkforcmd(&p, "tab", 3))
*** ../vim-8.2.1894/src/version.c 2020-10-23 18:02:28.711453754 +0200
--- src/version.c 2020-10-23 18:50:57.839285788 +0200
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 1895,
/**/

--
hundred-and-one symptoms of being an internet addict:
119. You are reading a book and look for the scroll bar to get to
the next page.

/// 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