Mercurial > vim
view ci/config.mk.clang-12.sed @ 28201:bdd6df4832ba v8.2.4626
patch 8.2.4626: Visual area not updated when removing sign in Visual mode
Commit: https://github.com/vim/vim/commit/abb6fbd14d985b9b36a4e336d6edaf9853888ac1
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Mar 25 15:42:27 2022 +0000
patch 8.2.4626: Visual area not updated when removing sign in Visual mode
Problem: Visual area not fully updated when removing sign in Visual mode
while scrolling.
Solution: Adjust check for topline. (closes #10017)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 25 Mar 2022 16:45:03 +0100 |
parents | fccd67ae58c8 |
children | 9b35b4c6df4c |
line wrap: on
line source
# Clang 12 (or Apple clang 13) and later makes a warning '-Wcompound-token-split-by-macro' enable by default. /^PERL_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=compound-token-split-by-macro/ /^RUBY_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=compound-token-split-by-macro/