Patch 8.1.0899
Problem: No need to check restricted mode for setwinvar().
Solution: Remove check_restricted().
Files: src/eval.c
*** ../vim-8.1.0898/src/eval.c 2019-02-11 22:00:07.667917634 +0100
--- src/eval.c 2019-02-11 21:48:40.003280749 +0100
***************
*** 8750,8756 ****
char_u nbuf[NUMBUFLEN];
tabpage_T *tp = NULL;
! if (check_restricted() || check_secure())
return;
if (off == 1)
--- 8750,8756 ----
char_u nbuf[NUMBUFLEN];
tabpage_T *tp = NULL;
! if (check_secure())
return;
if (off == 1)
*** ../vim-8.1.0898/src/version.c 2019-02-12 20:46:45.251272488 +0100
--- src/version.c 2019-02-12 20:47:52.606890445 +0100
***************
*** 785,786 ****
--- 785,788 ----
{ /* Add new patch number below this line */
+ /**/
+ 899,
/**/
--
FATAL ERROR! SYSTEM HALTED! - Press any key to continue doing nothing.
/// 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.