comparison runtime/doc/eval.txt @ 790:c8680debe1cc

updated for version 7.0230
author vimboss
date Mon, 20 Mar 2006 21:55:45 +0000
parents 8f6a426bc1e0
children f19994020dad
comparison
equal deleted inserted replaced
789:b29b006d52d2 790:c8680debe1cc
7155 option that may have been set from a modeline, e.g. 7155 option that may have been set from a modeline, e.g.
7156 'foldexpr'. 7156 'foldexpr'.
7157 7157
7158 *sandbox-option* 7158 *sandbox-option*
7159 A few options contain an expression. When this expression is evaluated it may 7159 A few options contain an expression. When this expression is evaluated it may
7160 have to be done in the sandbox to avoid a security risc. But the sandbox is 7160 have to be done in the sandbox to avoid a security risk. But the sandbox is
7161 restrictive, thus this only happens when the option was set from an insecure 7161 restrictive, thus this only happens when the option was set from an insecure
7162 location. Insecure in this context are: 7162 location. Insecure in this context are:
7163 - sourcing a .vimrc or .exrc in the current directlry 7163 - sourcing a .vimrc or .exrc in the current directlry
7164 - while executing in the sandbox 7164 - while executing in the sandbox
7165 - value coming from a modeline 7165 - value coming from a modeline