forked from aniani/vim
Problem: Travis: regexp patttern doesn't work everywhere. Solution: Use [:blank:] instead of \b. (Ozaki Kiichi, closes #6146)
2 lines
59 B
Sed
2 lines
59 B
Sed
/^CFLAGS[[:blank:]]*=/s/$/ -Wno-error=maybe-uninitialized/
|