]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1400: using global pointer for tab-local popups is clumsy v8.1.1400
authorBram Moolenaar <Bram@vim.org>
Sun, 26 May 2019 16:48:13 +0000 (18:48 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 26 May 2019 16:48:13 +0000 (18:48 +0200)
commit9c27b1c6d140ca824a78654c1cb70a43a69b4ec6
tree57990eef2c7d0c934f30772bb7fe74e845636a25
parentec58384afa0dc1678afd7b8d19b4645ac2f73f42
patch 8.1.1400: using global pointer for tab-local popups is clumsy

Problem:    Using global pointer for tab-local popups is clumsy.
Solution:   Use the pointer in tabpage_T.
src/eval.c
src/globals.h
src/popupwin.c
src/screen.c
src/version.c
src/window.c