comparison runtime/doc/eval.txt @ 401:4a1ead01d30b

updated for version 7.0105
author vimboss
date Fri, 08 Jul 2005 22:25:33 +0000
parents 339c55711247
children f713fc55bf7b
comparison
equal deleted inserted replaced
400:a4ba09cd859e 401:4a1ead01d30b
1 *eval.txt* For Vim version 7.0aa. Last change: 2005 Jul 06 1 *eval.txt* For Vim version 7.0aa. Last change: 2005 Jul 07
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
6468 - reading or writing a file 6468 - reading or writing a file
6469 - jumping to another buffer or editing a file 6469 - jumping to another buffer or editing a file
6470 This is not guaranteed 100% secure, but it should block most attacks. 6470 This is not guaranteed 100% secure, but it should block most attacks.
6471 6471
6472 *:san* *:sandbox* 6472 *:san* *:sandbox*
6473 :san[dbox] {cmd Execute {cmd} in the sandbox. Useful to evaluate an 6473 :san[dbox] {cmd} Execute {cmd} in the sandbox. Useful to evaluate an
6474 option that may have been set from a modeline, e.g. 6474 option that may have been set from a modeline, e.g.
6475 'foldexpr'. 6475 'foldexpr'.
6476 6476
6477 6477
6478 vim:tw=78:ts=8:ft=help:norl: 6478 vim:tw=78:ts=8:ft=help:norl: