mirror of
https://github.com/vim/vim.git
synced 2025-11-12 22:44:34 -05:00
Problem: Travis: regexp patttern doesn't work everywhere. Solution: Use [:blank:] instead of \b. (Ozaki Kiichi, closes #6146)
3 lines
119 B
Sed
3 lines
119 B
Sed
/^CFLAGS[[:blank:]]*=/s/$/ -Wall -Wextra -Wshadow -Werror/
|
|
/^PERL_CFLAGS[[:blank:]]*=/s/$/ -Wno-error=unused-function/
|