aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-04-29 01:53:03 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-04-29 01:53:42 +0200
commit024ff6b80831a27d2f6571006eb6fdf94d95f882 (patch)
tree1c4a520069712e978c0ffb9eaa1d8ee771be304d /runtime/doc/eval.txt
parent789c46934b2089782fb0115493513bd0cc6f7388 (diff)
downloadrneovim-024ff6b80831a27d2f6571006eb6fdf94d95f882.tar.gz
rneovim-024ff6b80831a27d2f6571006eb6fdf94d95f882.tar.bz2
rneovim-024ff6b80831a27d2f6571006eb6fdf94d95f882.zip
vim-patch:25de4c232d58
Updated runtime files. https://github.com/vim/vim/commit/25de4c232d580583feadae11ab34e3cc6333c350
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 2d6c6ee3a0..30fd75c447 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -2473,7 +2473,7 @@ assert_exception({error} [, {msg}]) *assert_exception()*
assert_fails({cmd} [, {error}]) *assert_fails()*
Run {cmd} and add an error message to |v:errors| if it does
NOT produce an error.
- When {error} is given it must match |v:errmsg|.
+ When {error} is given it must match in |v:errmsg|.
assert_false({actual} [, {msg}]) *assert_false()*
When {actual} is not false an error message is added to