Re: :sandbox setlocal appears to be disallowed

2012-11-02 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On Sa, 20 Okt 2012, Bram Moolenaar wrote: > > > > Michael Henry wrote: > > > > > The :sandbox command seems to disallow the use of :setlocal, > > > even though it permits changing buffer-local options via :set. > > > For example, this works fine: > > > > > > vim -

Re: :sandbox setlocal appears to be disallowed

2012-11-01 Fir de Conversatie Christian Brabandt
Hi Bram! On Sa, 20 Okt 2012, Bram Moolenaar wrote: > > Michael Henry wrote: > > > The :sandbox command seems to disallow the use of :setlocal, > > even though it permits changing buffer-local options via :set. > > For example, this works fine: > > > > vim -u NONE '+set nocp | sandbox set ts=

Re: :sandbox setlocal appears to be disallowed

2012-10-20 Fir de Conversatie Bram Moolenaar
Michael Henry wrote: > The :sandbox command seems to disallow the use of :setlocal, > even though it permits changing buffer-local options via :set. > For example, this works fine: > > vim -u NONE '+set nocp | sandbox set ts=16' > > But this fails: > > vim -u NONE '+set nocp | sandbox setl

:sandbox setlocal appears to be disallowed

2012-10-20 Fir de Conversatie Michael Henry
All, The :sandbox command seems to disallow the use of :setlocal, even though it permits changing buffer-local options via :set. For example, this works fine: vim -u NONE '+set nocp | sandbox set ts=16' But this fails: vim -u NONE '+set nocp | sandbox setlocal ts=16' It generate the follow