Lines Matching refs:value
61 \ "[string \"vim chunk\"]:1: bad argument #1 to 'format' (string expected, got no value)")
63 let msg = "[string \"vim chunk\"]:1: global 'func' is not callable (a nil value)"
65 let msg = "[string \"vim chunk\"]:1: attempt to call a nil value (global 'func')"
67 let msg = "[string \"vim chunk\"]:1: attempt to call global 'func' (a nil value)"
155 let msg = "[string \"luaeval\"]:1: field 'xyz' is not callable (a nil value)"
157 let msg = "[string \"luaeval\"]:1: attempt to call a nil value (field 'xyz')"
159 let msg = "[string \"luaeval\"]:1: attempt to call field 'xyz' (a nil value)"
217 \ ? '[string "luaeval"]:1: lua: cannot convert value'
218 \ : 'lua: cannot convert value')
347 let msg = "[string \"vim chunk\"]:1: method 'xyz' is not callable (a nil value)"
349 let msg = "[string \"vim chunk\"]:1: attempt to call a nil value (method 'xyz')"
351 let msg = "[string \"vim chunk\"]:1: attempt to call method 'xyz' (a nil value)"
458 let msg = "[string \"luaeval\"]:1: method 'xyz' is not callable (a nil value)"
460 let msg = "[string \"luaeval\"]:1: attempt to call a nil value (method 'xyz')"
462 let msg = "[string \"luaeval\"]:1: attempt to call method 'xyz' (a nil value)"
649 let msg = "[string \"luaeval\"]:1: method 'xyz' is not callable (a nil value)"
651 let msg = "[string \"luaeval\"]:1: attempt to call a nil value (method 'xyz')"
653 let msg = "[string \"luaeval\"]:1: attempt to call method 'xyz' (a nil value)"
801 \ '[string "luaeval"]:1: attempt to perform arithmetic on a nil value')
805 call assert_fails('let i = luaeval("co")', 'luaeval: cannot convert value')
807 call assert_fails('let m = luaeval("{}")', 'luaeval: cannot convert value')
964 " Modify a global variable with a list value or a dictionary value