Updated runtime files.

This commit is contained in:
Bram Moolenaar
2016-03-29 23:12:46 +02:00
parent 7fed5c18f8
commit 7db8f6f4f8
14 changed files with 56 additions and 59 deletions

View File

@ -1,4 +1,4 @@
*usr_41.txt* For Vim version 7.4. Last change: 2016 Mar 15
*usr_41.txt* For Vim version 7.4. Last change: 2016 Mar 27
VIM USER MANUAL - by Bram Moolenaar
@ -891,6 +891,7 @@ Mappings: *mapping-functions*
Testing: *test-functions*
assert_equal() assert that two expressions values are equal
assert_match() assert that a pattern matches the value
assert_false() assert that an expression is false
assert_true() assert that an expression is true
assert_exception() assert that a command throws an exception