diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-05-25 19:51:39 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-05-25 19:51:39 +0200 |
commit | 4d784b21d14fc66e98a2b07f70343cdd4acd62aa (patch) | |
tree | c2e869a4f07eebdf7e0272c74b0fe7392807836c /src/proto.h | |
parent | 8f46e4c4bde13fd5ad68a6670b79cc462b65fbec (diff) | |
download | vim-git-4d784b21d14fc66e98a2b07f70343cdd4acd62aa.tar.gz |
patch 8.1.1391: no popup window supportv8.1.1391
Problem: No popup window support.
Solution: Add initial code for popup windows. Add the 'wincolor' option.
Diffstat (limited to 'src/proto.h')
-rw-r--r-- | src/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto.h b/src/proto.h index 4d2edede9..e606f08f5 100644 --- a/src/proto.h +++ b/src/proto.h @@ -195,6 +195,7 @@ void qsort(void *base, size_t elm_count, size_t elm_size, int (*cmp)(const void # include "termlib.pro" # endif # ifdef FEAT_TEXT_PROP +# include "popupwin.pro" # include "textprop.pro" # endif # include "ui.pro" |