view ci/config.mk.sed @ 23859:12b446696927 v8.2.2471

patch 8.2.2471: popup_setoptions() does not set textprop in other tab Commit: https://github.com/vim/vim/commit/efa1923565f0669d5bc09714b22a3b50cde03785 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 6 14:59:27 2021 +0100 patch 8.2.2471: popup_setoptions() does not set textprop in other tab Problem: Popup_setoptions() does not set textprop in other tab. Solution: use win_valid_any_tab(). (closes https://github.com/vim/vim/issues/7788)
author Bram Moolenaar <Bram@vim.org>
date Sat, 06 Feb 2021 15:00:04 +0100
parents 6564dafe5005
children fccd67ae58c8
line wrap: on
line source

/^CFLAGS[[:blank:]]*=/s/$/ -Wall -Wextra -Wshadow -Werror/
/^PERL_CFLAGS[[:blank:]]*=/s/$/ -Wno-error=unused-function/