Mercurial > vim
view ci/config.mk.clang-12.sed @ 30465:b3367a7a3914 v9.0.0568
patch 9.0.0568: autocmd code is indented more than needed
Commit: https://github.com/vim/vim/commit/e9dcf13a3007d4f603e007e0526b0005fd026bc5
Author: Yegappan Lakshmanan <yegappan@yahoo.com>
Date: Sat Sep 24 11:30:41 2022 +0100
patch 9.0.0568: autocmd code is indented more than needed
Problem: Autocmd code is indented more than needed.
Solution: Break out sooner. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/11208)
Also in user function code.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 24 Sep 2022 12:45:03 +0200 |
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/