Lines Matching refs:string
147 call append( 1, string( lnum ) )
192 call append( 1, string( lnum ) )
406 " Try to convert a Dict with a null string key
454 …call assert_equal("[-1, 'asd', [1, 2, function('strlen')], function('1'), {'a': 1}]", string(value…
465 call assert_equal("[0, function('strlen')]", string(l))
962 " operatorfunc: string, global
965 " colorcolumn: string, window-local
966 " statusline: string, window-local/global
969 " omnifunc: string, buffer-local
971 " path: string, buffer-local/global
985 let gval = string(eval('&g:' .. a:opt))
987 \ 'v:val .. ":" .. string(getwinvar(v:val, "&" .. a:opt))'))
989 \ 'v:val .. ":" .. string(getbufvar(v:val, "&" .. a:opt))'))
1079 call add(g:res, ' inv: ' .. string(invval) .. '! ' .. r)
1391 " unset a global-local string option
1442 " Append a non-string item
1997 line += '!result: ' + vim.Function('string')(ret)
2095 call add(res, 'd.' .. v .. '(): ' .. string(d.f()))
2164 return vim.Function('string')(v)
2465 f = vim.Function('string')
2874 sys.stdout.write(None):TypeError:('coercing to Unicode: need string or buffer, NoneType found',)
2877 sys.stdout.writelines([1]):TypeError:('coercing to Unicode: need string or buffer, int found',)
2885 vim.command(u"\0"):TypeError:('expected string without null bytes',)
2886 vim.command("\0"):TypeError:('expected string without null bytes',)
2893 vim.eval(u"\0"):TypeError:('expected string without null bytes',)
2894 vim.eval("\0"):TypeError:('expected string without null bytes',)
2900 vim.bindeval(u"\0"):TypeError:('expected string without null bytes',)
2901 vim.bindeval("\0"):TypeError:('expected string without null bytes',)
2907 vim.strwidth(u"\0"):TypeError:('expected string without null bytes',)
2908 vim.strwidth("\0"):TypeError:('expected string without null bytes',)
2925 vim.options[u"\0"]:TypeError:('expected string without null bytes',)
2926 vim.options["\0"]:TypeError:('expected string without null bytes',)
2931 u"\0" in vim.options:TypeError:('expected string without null bytes',)
2932 "\0" in vim.options:TypeError:('expected string without null bytes',)
2947 d.get(u"\0"):TypeError:('expected string without null bytes',)
2948 d.get("\0"):TypeError:('expected string without null bytes',)
2961 d[u"\0"] = 1:TypeError:('expected string without null bytes',)
2962 d["\0"] = 1:TypeError:('expected string without null bytes',)
2966 d["a"] = {u"\0" : 1}:TypeError:('expected string without null bytes',)
2967 d["a"] = {"\0" : 1}:TypeError:('expected string without null bytes',)
2971 d["a"] = {"abcF" : {u"\0" : 1}}:TypeError:('expected string without null bytes',)
2972 d["a"] = {"abcF" : {"\0" : 1}}:TypeError:('expected string without null bytes',)
2976 d["a"] = {"abcF" : Mapping({u"\0" : 1})}:TypeError:('expected string without null bytes',)
2977 d["a"] = {"abcF" : Mapping({"\0" : 1})}:TypeError:('expected string without null bytes',)
2989 d["a"] = {"abcF" : FailingNumber()}:TypeError:('long() argument must be a string or a number',)
2993 d["a"] = Mapping({u"\0" : 1}):TypeError:('expected string without null bytes',)
2994 d["a"] = Mapping({"\0" : 1}):TypeError:('expected string without null bytes',)
2998 d["a"] = Mapping({"abcG" : {u"\0" : 1}}):TypeError:('expected string without null bytes',)
2999 d["a"] = Mapping({"abcG" : {"\0" : 1}}):TypeError:('expected string without null bytes',)
3003 …d["a"] = Mapping({"abcG" : Mapping({u"\0" : 1})}):TypeError:('expected string without null bytes',)
3004 … d["a"] = Mapping({"abcG" : Mapping({"\0" : 1})}):TypeError:('expected string without null bytes',)
3016 …d["a"] = Mapping({"abcG" : FailingNumber()}):TypeError:('long() argument must be a string or a num…
3028 d["a"] = FailingNumber():TypeError:('long() argument must be a string or a number',)
3042 d.update({u"\0" : 1}):TypeError:('expected string without null bytes',)
3043 d.update({"\0" : 1}):TypeError:('expected string without null bytes',)
3047 d.update({"abcF" : {u"\0" : 1}}):TypeError:('expected string without null bytes',)
3048 d.update({"abcF" : {"\0" : 1}}):TypeError:('expected string without null bytes',)
3052 d.update({"abcF" : Mapping({u"\0" : 1})}):TypeError:('expected string without null bytes',)
3053 d.update({"abcF" : Mapping({"\0" : 1})}):TypeError:('expected string without null bytes',)
3065 d.update({"abcF" : FailingNumber()}):TypeError:('long() argument must be a string or a number',)
3069 d.update(Mapping({u"\0" : 1})):TypeError:('expected string without null bytes',)
3070 d.update(Mapping({"\0" : 1})):TypeError:('expected string without null bytes',)
3074 d.update(Mapping({"abcG" : {u"\0" : 1}})):TypeError:('expected string without null bytes',)
3075 d.update(Mapping({"abcG" : {"\0" : 1}})):TypeError:('expected string without null bytes',)
3079 …d.update(Mapping({"abcG" : Mapping({u"\0" : 1})})):TypeError:('expected string without null bytes'…
3080 …d.update(Mapping({"abcG" : Mapping({"\0" : 1})})):TypeError:('expected string without null bytes',)
3092 …d.update(Mapping({"abcG" : FailingNumber()})):TypeError:('long() argument must be a string or a nu…
3108 d.update(((u"\0", 0),)):TypeError:('expected string without null bytes',)
3109 d.update((("\0", 0),)):TypeError:('expected string without null bytes',)
3113 d.update((("a", {u"\0" : 1}),)):TypeError:('expected string without null bytes',)
3114 d.update((("a", {"\0" : 1}),)):TypeError:('expected string without null bytes',)
3118 d.update((("a", {"abcF" : {u"\0" : 1}}),)):TypeError:('expected string without null bytes',)
3119 d.update((("a", {"abcF" : {"\0" : 1}}),)):TypeError:('expected string without null bytes',)
3123 …d.update((("a", {"abcF" : Mapping({u"\0" : 1})}),)):TypeError:('expected string without null bytes…
3124 …d.update((("a", {"abcF" : Mapping({"\0" : 1})}),)):TypeError:('expected string without null bytes'…
3136 …d.update((("a", {"abcF" : FailingNumber()}),)):TypeError:('long() argument must be a string or a n…
3140 d.update((("a", Mapping({u"\0" : 1})),)):TypeError:('expected string without null bytes',)
3141 d.update((("a", Mapping({"\0" : 1})),)):TypeError:('expected string without null bytes',)
3145 …d.update((("a", Mapping({"abcG" : {u"\0" : 1}})),)):TypeError:('expected string without null bytes…
3146 …d.update((("a", Mapping({"abcG" : {"\0" : 1}})),)):TypeError:('expected string without null bytes'…
3150 …d.update((("a", Mapping({"abcG" : Mapping({u"\0" : 1})})),)):TypeError:('expected string without n…
3151 …d.update((("a", Mapping({"abcG" : Mapping({"\0" : 1})})),)):TypeError:('expected string without nu…
3163 …Mapping({"abcG" : FailingNumber()})),)):TypeError:('long() argument must be a string or a number',)
3175 d.update((("a", FailingNumber()),)):TypeError:('long() argument must be a string or a number',)
3191 vim.List([{u"\0" : 1}]):TypeError:('expected string without null bytes',)
3192 vim.List([{"\0" : 1}]):TypeError:('expected string without null bytes',)
3196 vim.List([{"abcF" : {u"\0" : 1}}]):TypeError:('expected string without null bytes',)
3197 vim.List([{"abcF" : {"\0" : 1}}]):TypeError:('expected string without null bytes',)
3201 vim.List([{"abcF" : Mapping({u"\0" : 1})}]):TypeError:('expected string without null bytes',)
3202 vim.List([{"abcF" : Mapping({"\0" : 1})}]):TypeError:('expected string without null bytes',)
3214 … vim.List([{"abcF" : FailingNumber()}]):TypeError:('long() argument must be a string or a number',)
3218 vim.List([Mapping({u"\0" : 1})]):TypeError:('expected string without null bytes',)
3219 vim.List([Mapping({"\0" : 1})]):TypeError:('expected string without null bytes',)
3223 vim.List([Mapping({"abcG" : {u"\0" : 1}})]):TypeError:('expected string without null bytes',)
3224 vim.List([Mapping({"abcG" : {"\0" : 1}})]):TypeError:('expected string without null bytes',)
3228 …vim.List([Mapping({"abcG" : Mapping({u"\0" : 1})})]):TypeError:('expected string without null byte…
3229 …vim.List([Mapping({"abcG" : Mapping({"\0" : 1})})]):TypeError:('expected string without null bytes…
3241 …vim.List([Mapping({"abcG" : FailingNumber()})]):TypeError:('long() argument must be a string or a …
3253 vim.List([FailingNumber()]):TypeError:('long() argument must be a string or a number',)
3276 l[:] = [{u"\0" : 1}]:TypeError:('expected string without null bytes',)
3277 l[:] = [{"\0" : 1}]:TypeError:('expected string without null bytes',)
3281 l[:] = [{"abcF" : {u"\0" : 1}}]:TypeError:('expected string without null bytes',)
3282 l[:] = [{"abcF" : {"\0" : 1}}]:TypeError:('expected string without null bytes',)
3286 l[:] = [{"abcF" : Mapping({u"\0" : 1})}]:TypeError:('expected string without null bytes',)
3287 l[:] = [{"abcF" : Mapping({"\0" : 1})}]:TypeError:('expected string without null bytes',)
3299 l[:] = [{"abcF" : FailingNumber()}]:TypeError:('long() argument must be a string or a number',)
3303 l[:] = [Mapping({u"\0" : 1})]:TypeError:('expected string without null bytes',)
3304 l[:] = [Mapping({"\0" : 1})]:TypeError:('expected string without null bytes',)
3308 l[:] = [Mapping({"abcG" : {u"\0" : 1}})]:TypeError:('expected string without null bytes',)
3309 l[:] = [Mapping({"abcG" : {"\0" : 1}})]:TypeError:('expected string without null bytes',)
3313 …l[:] = [Mapping({"abcG" : Mapping({u"\0" : 1})})]:TypeError:('expected string without null bytes',)
3314 … l[:] = [Mapping({"abcG" : Mapping({"\0" : 1})})]:TypeError:('expected string without null bytes',)
3326 …l[:] = [Mapping({"abcG" : FailingNumber()})]:TypeError:('long() argument must be a string or a num…
3338 l[:] = [FailingNumber()]:TypeError:('long() argument must be a string or a number',)
3347 l.extend([{u"\0" : 1}]):TypeError:('expected string without null bytes',)
3348 l.extend([{"\0" : 1}]):TypeError:('expected string without null bytes',)
3352 l.extend([{"abcF" : {u"\0" : 1}}]):TypeError:('expected string without null bytes',)
3353 l.extend([{"abcF" : {"\0" : 1}}]):TypeError:('expected string without null bytes',)
3357 l.extend([{"abcF" : Mapping({u"\0" : 1})}]):TypeError:('expected string without null bytes',)
3358 l.extend([{"abcF" : Mapping({"\0" : 1})}]):TypeError:('expected string without null bytes',)
3370 … l.extend([{"abcF" : FailingNumber()}]):TypeError:('long() argument must be a string or a number',)
3374 l.extend([Mapping({u"\0" : 1})]):TypeError:('expected string without null bytes',)
3375 l.extend([Mapping({"\0" : 1})]):TypeError:('expected string without null bytes',)
3379 l.extend([Mapping({"abcG" : {u"\0" : 1}})]):TypeError:('expected string without null bytes',)
3380 l.extend([Mapping({"abcG" : {"\0" : 1}})]):TypeError:('expected string without null bytes',)
3384 …l.extend([Mapping({"abcG" : Mapping({u"\0" : 1})})]):TypeError:('expected string without null byte…
3385 …l.extend([Mapping({"abcG" : Mapping({"\0" : 1})})]):TypeError:('expected string without null bytes…
3397 …l.extend([Mapping({"abcG" : FailingNumber()})]):TypeError:('long() argument must be a string or a …
3409 l.extend([FailingNumber()]):TypeError:('long() argument must be a string or a number',)
3434 f({u"\0" : 1}):TypeError:('expected string without null bytes',)
3435 f({"\0" : 1}):TypeError:('expected string without null bytes',)
3439 f({"abcF" : {u"\0" : 1}}):TypeError:('expected string without null bytes',)
3440 f({"abcF" : {"\0" : 1}}):TypeError:('expected string without null bytes',)
3444 f({"abcF" : Mapping({u"\0" : 1})}):TypeError:('expected string without null bytes',)
3445 f({"abcF" : Mapping({"\0" : 1})}):TypeError:('expected string without null bytes',)
3457 f({"abcF" : FailingNumber()}):TypeError:('long() argument must be a string or a number',)
3461 f(Mapping({u"\0" : 1})):TypeError:('expected string without null bytes',)
3462 f(Mapping({"\0" : 1})):TypeError:('expected string without null bytes',)
3466 f(Mapping({"abcG" : {u"\0" : 1}})):TypeError:('expected string without null bytes',)
3467 f(Mapping({"abcG" : {"\0" : 1}})):TypeError:('expected string without null bytes',)
3471 f(Mapping({"abcG" : Mapping({u"\0" : 1})})):TypeError:('expected string without null bytes',)
3472 f(Mapping({"abcG" : Mapping({"\0" : 1})})):TypeError:('expected string without null bytes',)
3484 … f(Mapping({"abcG" : FailingNumber()})):TypeError:('long() argument must be a string or a number',)
3496 f(FailingNumber()):TypeError:('long() argument must be a string or a number',)
3500 fd(self={u"\0" : 1}):TypeError:('expected string without null bytes',)
3501 fd(self={"\0" : 1}):TypeError:('expected string without null bytes',)
3505 fd(self={"abcF" : {u"\0" : 1}}):TypeError:('expected string without null bytes',)
3506 fd(self={"abcF" : {"\0" : 1}}):TypeError:('expected string without null bytes',)
3510 fd(self={"abcF" : Mapping({u"\0" : 1})}):TypeError:('expected string without null bytes',)
3511 fd(self={"abcF" : Mapping({"\0" : 1})}):TypeError:('expected string without null bytes',)
3523 fd(self={"abcF" : FailingNumber()}):TypeError:('long() argument must be a string or a number',)
3527 fd(self=Mapping({u"\0" : 1})):TypeError:('expected string without null bytes',)
3528 fd(self=Mapping({"\0" : 1})):TypeError:('expected string without null bytes',)
3532 fd(self=Mapping({"abcG" : {u"\0" : 1}})):TypeError:('expected string without null bytes',)
3533 fd(self=Mapping({"abcG" : {"\0" : 1}})):TypeError:('expected string without null bytes',)
3537 …fd(self=Mapping({"abcG" : Mapping({u"\0" : 1})})):TypeError:('expected string without null bytes',)
3538 … fd(self=Mapping({"abcG" : Mapping({"\0" : 1})})):TypeError:('expected string without null bytes',)
3550 …fd(self=Mapping({"abcG" : FailingNumber()})):TypeError:('long() argument must be a string or a num…
3596 vim.current.buffer[0] = "\na":error:('string cannot contain newlines',)
3597 vim.current.buffer[0] = u"\na":error:('string cannot contain newlines',)
3602 vim.current.buffer[:] = ["\na", "bc"]:error:('string cannot contain newlines',)
3605 vim.current.buffer.append(["\na", "bc"]):error:('string cannot contain newlines',)
3606 vim.current.buffer.append("\nbc"):error:('string cannot contain newlines',)