mirror of
https://github.com/vim/vim
synced 2025-03-15 06:17:51 +01:00
Problem: Travis: regexp patttern doesn't work everywhere. Solution: Use [:blank:] instead of \b. (Ozaki Kiichi, closes #6146)
1 line
59 B
Sed
1 line
59 B
Sed
/^CFLAGS[[:blank:]]*=/s/$/ -Wno-error=maybe-uninitialized/
|