Lines Matching refs:global
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)"
580 " cannot assign funcrefs in the global scope
919 " Test for adding, accessing and removing global variables using the vim.g
922 " Access global variables with different types of values
940 " Create new global variables with different types of values
964 " Modify a global variable with a list value or a dictionary value
976 " Remove global variables with different types of values
995 " Try to modify and remove a locked global variable
1016 " Attempt to access a non-existing global variable