]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1441: popup window filter not yet implemented v8.1.1441
authorBram Moolenaar <Bram@vim.org>
Sat, 1 Jun 2019 15:13:36 +0000 (17:13 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 1 Jun 2019 15:13:36 +0000 (17:13 +0200)
commitbf0eff0b724ebf4951f7ca82e6c648451f9f0c01
tree3be6478692b535abb96b8fe3963137e15581b206
parent2d247849ce612050ba1085df806746b23be1f0a3
patch 8.1.1441: popup window filter not yet implemented

Problem:    Popup window filter not yet implemented.
Solution:   Implement the popup filter.
12 files changed:
runtime/doc/popup.txt
src/getchar.c
src/misc2.c
src/popupwin.c
src/proto/misc2.pro
src/proto/popupwin.pro
src/screen.c
src/structs.h
src/testdir/test_popupwin.vim
src/version.c
src/vim.h
src/window.c