comparison src/proto.h @ 16778:eda4d65f232c v8.1.1391

patch 8.1.1391: no popup window support commit https://github.com/vim/vim/commit/4d784b21d14fc66e98a2b07f70343cdd4acd62aa Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 25 19:51:39 2019 +0200 patch 8.1.1391: no popup window support Problem: No popup window support. Solution: Add initial code for popup windows. Add the 'wincolor' option.
author Bram Moolenaar <Bram@vim.org>
date Sat, 25 May 2019 20:00:08 +0200
parents 30de89c1d090
children 353ed7ef78df
comparison
equal deleted inserted replaced
16777:20d51e99dd6a 16778:eda4d65f232c
193 # endif 193 # endif
194 # if defined(HAVE_TGETENT) && (defined(AMIGA) || defined(VMS)) 194 # if defined(HAVE_TGETENT) && (defined(AMIGA) || defined(VMS))
195 # include "termlib.pro" 195 # include "termlib.pro"
196 # endif 196 # endif
197 # ifdef FEAT_TEXT_PROP 197 # ifdef FEAT_TEXT_PROP
198 # include "popupwin.pro"
198 # include "textprop.pro" 199 # include "textprop.pro"
199 # endif 200 # endif
200 # include "ui.pro" 201 # include "ui.pro"
201 # include "undo.pro" 202 # include "undo.pro"
202 # include "usercmd.pro" 203 # include "usercmd.pro"