I want to retrieve a t:varible for a different tabpage that is not the current tabpage. How can I do it without switching to that tabpage? I know its tabpagenr.
t:varible
tabpagenr
How about window local variables w: and buffer local ones b:?
w:
b:
Just realize there are getwinvar(), getbufvar(), gettabvar() etc.
getwinvar()
getbufvar()
gettabvar()