]> granicus.if.org Git - vim/commit
patch 8.1.1537: using "tab" for popup window can be confusing v8.1.1537
authorBram Moolenaar <Bram@vim.org>
Sat, 15 Jun 2019 12:14:31 +0000 (14:14 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 15 Jun 2019 12:14:31 +0000 (14:14 +0200)
commitfc06cbbf8601a453b4a62a17558821add09f863f
tree3116cc36b44089112791a9678ff32e0b51b7c056
parent1755ec4278ee6dccdbb8030fd5a4cf6054211f81
patch 8.1.1537: using "tab" for popup window can be confusing

Problem:    Using "tab" for popup window can be confusing.
Solution:   Use "tabpage". (Hirohito Higashi, closes #4532)
runtime/doc/popup.txt
src/popupwin.c
src/testdir/test_popupwin.vim
src/version.c