Is there any way to list all global variable? I'm guessing i could maintain a list where multiple value represent a global variable but that feel a bit weird. is there an official way to do that? (looked into the docs but didn't find anything)
I'm only talking about g:variable_name here.