vim-patch:8.0.0124 #7092

Problem:    Internal error for assert_inrange(1, 1).
Solution:   Adjust number of allowed arguments. (Dominique Pelle)

3421566376
This commit is contained in:
ckelsel
2017-07-29 10:24:07 +08:00
committed by Justin M. Keyes
parent 743993eb55
commit 5cd68b3900
3 changed files with 7 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ return {
assert_exception={args={1, 2}},
assert_fails={args={1, 2}},
assert_false={args={1, 2}},
assert_inrange={args={2, 3}},
assert_inrange={args={3, 4}},
assert_match={args={2, 3}},
assert_notequal={args={2, 3}},
assert_notmatch={args={2, 3}},