Mercurial > vim
view ci/config.mk.sed @ 32979:a506ab420306
patch 9.0.1784: redundant else in pum_set_selected()
Commit: https://github.com/vim/vim/commit/c51fa7bc4666baad81356b298da7a5ede410f868
Author: mathew <glephunter@gmail.com>
Date: Wed Aug 23 20:55:17 2023 +0200
patch 9.0.1784: redundant else in pum_set_selected()
Problem: redundant else in pum_set_selected()
Solution: Remove it
closes: #12893
Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: mathew <glephunter@gmail.com>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 24 Aug 2023 07:43:12 +0200 |
parents | d83068c95ba0 |
children | eb8ab50073b9 |
line wrap: on
line source
/^CFLAGS[[:blank:]]*=/s/$/ -Wall -Wextra -Wshadow -Werror/ /^PERL_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=unused-function -Wno-shadow/ /^RUBY_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=unused-parameter/