comparison src/version.c @ 14323:9df95cf9ea7e v8.1.0177

patch 8.1.0177: defining function in sandbox is inconsistent commit https://github.com/vim/vim/commit/93343725b5fa1cf580a24302455980faacae8ee2 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 10 19:39:18 2018 +0200 patch 8.1.0177: defining function in sandbox is inconsistent Problem: Defining function in sandbox is inconsistent, cannot use :function but can define a lambda. Solution: Allow defining a function in the sandbox, but also use the sandbox when executing it. (closes #3182)
author Christian Brabandt <cb@256bit.org>
date Tue, 10 Jul 2018 19:45:05 +0200
parents 6bcac243b9de
children 89dd0ad361fb
comparison
equal deleted inserted replaced
14322:b2316311ea81 14323:9df95cf9ea7e
787 NULL 787 NULL
788 }; 788 };
789 789
790 static int included_patches[] = 790 static int included_patches[] =
791 { /* Add new patch number below this line */ 791 { /* Add new patch number below this line */
792 /**/
793 177,
792 /**/ 794 /**/
793 176, 795 176,
794 /**/ 796 /**/
795 175, 797 175,
796 /**/ 798 /**/