summaryrefslogtreecommitdiff
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-10-12 20:58:49 +0000
committerBram Moolenaar <Bram@vim.org>2005-10-12 20:58:49 +0000
commita5fac54aead319a3a47849df0f2dc1fc59c5dd11 (patch)
treed4614c84f224b4525357ffaa911c239ee4ea784b /runtime/doc/eval.txt
parent61036991abe29d4b701cc442d1630f012cd20b21 (diff)
downloadvim-git-a5fac54aead319a3a47849df0f2dc1fc59c5dd11.tar.gz
updated for version 7.0157
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt4
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'