Patch 7.4.2000 (after 7.4.1999)
Problem: Evalcmd test fails.
Solution: Add missing piece.
Files: src/ex_docmd.c
*** ../vim-7.4.1999/src/ex_docmd.c 2016-07-07 18:58:55.368713570 +0200
--- src/ex_docmd.c 2016-07-07 23:00:47.368496385 +0200
***************
*** 9455,9460 ****
--- 9455,9466 ----
char_u *fname;
char_u *arg = eap->arg;
+ if (redir_evalcmd)
+ {
+ EMSG(_("E930: Cannot use :redir inside evalcmd()"));
+ return;
+ }
+
if (STRICMP(eap->arg, "END") == 0)
close_redir();
else
*** ../vim-7.4.1999/src/version.c 2016-07-07 23:04:13.445510530 +0200
--- src/version.c 2016-07-08 10:52:46.715901297 +0200
***************
*** 760,761 ****
--- 760,763 ----
{ /* Add new patch number below this line */
+ /**/
+ 2000,
/**/
--
A computer without Windows is like a fish without a bicycle.
/// 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].
For more options, visit https://groups.google.com/d/optout.