From 06bfb07e3594b019fc32120c9ba9d09ca4dd5087 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 9 Sep 2019 15:35:30 -0700 Subject: doc fix #10127 fix #5972 --- test/functional/ui/float_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/functional/ui/float_spec.lua b/test/functional/ui/float_spec.lua index f6c18ba841..dbaf6f802b 100644 --- a/test/functional/ui/float_spec.lua +++ b/test/functional/ui/float_spec.lua @@ -646,7 +646,7 @@ describe('floating windows', function() pcall_err(meths.open_win,buf, false, {width=20,height=2,relative='shell',row=0,col=0})) eq("Invalid value of 'anchor' key", pcall_err(meths.open_win,buf, false, {width=20,height=2,relative='editor',row=0,col=0,anchor='bottom'})) - eq("All of 'relative', 'row', and 'col' has to be specified at once", + eq("'relative' requires 'row'/'col' or 'bufpos'", pcall_err(meths.open_win,buf, false, {width=20,height=2,relative='editor'})) eq("'width' key must be a positive Integer", pcall_err(meths.open_win,buf, false, {width=-1,height=2,relative='editor'})) -- cgit