Update runtime files
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 09310e6..a167d5f 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1,4 +1,4 @@
-*eval.txt* For Vim version 8.1. Last change: 2019 Oct 13
+*eval.txt* For Vim version 8.1. Last change: 2019 Oct 26
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -4242,8 +4242,8 @@
Expand special items in {expr} like what is done for an Ex
command such as `:edit`. This expands special keywords, like
with |expand()|, and environment variables, anywhere in
- {expr}. Returns the expanded string.
- Example: >
+ {expr}. "~user" and "~/path" are only expanded at the start.
+ Returns the expanded string. Example: >
:echo expandcmd('make %<.o')
< Can also be used as a |method|: >
@@ -6492,8 +6492,8 @@
a:bufnr the buffer that was changed
a:start first changed line number
a:end first line number below the change
- a:added total number of lines added, negative if lines
- were deleted
+ a:added number of lines added, negative if lines were
+ deleted
a:changes a List of items with details about the changes
Example: >
@@ -7506,7 +7506,7 @@
row top screen row (0 first row)
col leftmost screen column (0 first col)
size total nr of items
- scrollbar |TRUE| if visible
+ scrollbar |TRUE| if scrollbar is visible
The values are the same as in |v:event| during
|CompleteChanged|.