mirror of
https://github.com/zoriya/vim.git
synced 2026-05-27 16:53:04 +00:00
92c098d18e
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/
|