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 -- [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/202010231651.09NGpWIG746680%40masaka.moolenaar.net.