aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.lua
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2017-02-27 21:02:57 -0500
committerJames McCoy <jamessan@jamessan.com>2017-02-27 21:40:16 -0500
commitadc6e636fea64a432656d747f3979d682c94d6e2 (patch)
tree15006d5a125d94fd502b43432c9b268e620887a3 /src/nvim/eval.lua
parentf3d8bc8b61fc46f5ff00c10391cb8dd2ce469a53 (diff)
downloadrneovim-adc6e636fea64a432656d747f3979d682c94d6e2.tar.gz
rneovim-adc6e636fea64a432656d747f3979d682c94d6e2.tar.bz2
rneovim-adc6e636fea64a432656d747f3979d682c94d6e2.zip
vim-patch:7.4.2095
Problem: Man test fails when run with the GUI. Solution: Adjust for different behavior of GUI. Add assert_inrange(). https://github.com/vim/vim/commit/61c04493b00f85d0b97436260a9ef9ab82143b78 Only changes related to assert_inrange() were included, since we have a distinct man plugin.
Diffstat (limited to 'src/nvim/eval.lua')
-rw-r--r--src/nvim/eval.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/eval.lua b/src/nvim/eval.lua
index fa19ff209e..e3c5981b32 100644
--- a/src/nvim/eval.lua
+++ b/src/nvim/eval.lua
@@ -29,6 +29,7 @@ return {
assert_exception={args={1, 2}},
assert_fails={args={1, 2}},
assert_false={args={1, 2}},
+ assert_inrange={args={2, 3}},
assert_match={args={2, 3}},
assert_notequal={args={2, 3}},
assert_notmatch={args={2, 3}},