diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-10-12 20:58:49 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-10-12 20:58:49 +0000 |
commit | a5fac54aead319a3a47849df0f2dc1fc59c5dd11 (patch) | |
tree | d4614c84f224b4525357ffaa911c239ee4ea784b /runtime/doc/eval.txt | |
parent | 61036991abe29d4b701cc442d1630f012cd20b21 (diff) | |
download | vim-git-a5fac54aead319a3a47849df0f2dc1fc59c5dd11.tar.gz |
updated for version 7.0157
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 700dc5ed5..cb7ed6eb5 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -1,4 +1,4 @@ -*eval.txt* For Vim version 7.0aa. Last change: 2005 Oct 10 +*eval.txt* For Vim version 7.0aa. Last change: 2005 Oct 12 VIM REFERENCE MANUAL by Bram Moolenaar @@ -5172,7 +5172,7 @@ This would call the function "my_func_whizz(parameter)". always converted to the type of the option. For an option local to a window or buffer the effect is just like using the |:set| command: both the local - value and the global value is changed. + value and the global value are changed. Example: > :let &path = &path . ',/usr/local/include' |