updated for version 7.0157

This commit is contained in:
Bram Moolenaar
2005-10-12 20:58:49 +00:00
parent 61036991ab
commit a5fac54aea
6 changed files with 357 additions and 8 deletions
+2 -2
View File
@@ -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'