Re: setwinvar unavailable in "restricted mode"

2010-09-18 Fir de Conversatie Bram Moolenaar
Benjamin Fritz wrote: > I got a bug report for the 2html plugin, that two "setwinvar()" calls > are throwing an error. > > It appears the problem was that the user was running Vim with the -Z flag. > > :help setwinvar() says it acts just like settabwinvar(), which in turn > says it is not avail

setwinvar unavailable in "restricted mode"

2010-09-01 Fir de Conversatie Benjamin Fritz
I got a bug report for the 2html plugin, that two "setwinvar()" calls are throwing an error. It appears the problem was that the user was running Vim with the -Z flag. :help setwinvar() says it acts just like settabwinvar(), which in turn says it is not available in the sandbox. :help sandbox doe