comparison Filelist @ 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 95975a82df42
comparison
equal deleted inserted replaced
16777:20d51e99dd6a 16778:eda4d65f232c
77 src/normal.c \ 77 src/normal.c \
78 src/ops.c \ 78 src/ops.c \
79 src/option.c \ 79 src/option.c \
80 src/option.h \ 80 src/option.h \
81 src/popupmnu.c \ 81 src/popupmnu.c \
82 src/popupwin.c \
82 src/quickfix.c \ 83 src/quickfix.c \
83 src/regexp.c \ 84 src/regexp.c \
84 src/regexp_nfa.c \ 85 src/regexp_nfa.c \
85 src/regexp.h \ 86 src/regexp.h \
86 src/screen.c \ 87 src/screen.c \
198 src/proto/netbeans.pro \ 199 src/proto/netbeans.pro \
199 src/proto/normal.pro \ 200 src/proto/normal.pro \
200 src/proto/ops.pro \ 201 src/proto/ops.pro \
201 src/proto/option.pro \ 202 src/proto/option.pro \
202 src/proto/popupmnu.pro \ 203 src/proto/popupmnu.pro \
204 src/proto/popupwin.pro \
203 src/proto/quickfix.pro \ 205 src/proto/quickfix.pro \
204 src/proto/regexp.pro \ 206 src/proto/regexp.pro \
205 src/proto/screen.pro \ 207 src/proto/screen.pro \
206 src/proto/search.pro \ 208 src/proto/search.pro \
207 src/proto/sha256.pro \ 209 src/proto/sha256.pro \