This website requires JavaScript.
Explore
Help
Sign In
aniani
/
vim
Watch
0
Star
0
Fork
1
You've already forked vim
mirror of
https://github.com/vim/vim.git
synced
2025-09-24 03:44:06 -04:00
Code
Activity
Files
7292c0cb157621d6c0552a19a41b691ccd5b9ed4
vim
/
ci
/
config.mk.gcc.sed
2 lines
59 B
Sed
Raw
Normal View
History
Unescape
Escape
patch 8.2.0828: Travis: regexp patttern doesn't work everywhere Problem: Travis: regexp patttern doesn't work everywhere. Solution: Use [:blank:] instead of \b. (Ozaki Kiichi, closes #6146)
2020-05-26 20:09:11 +02:00
/
^CFLAGS[[:blank:]]*=
/
s
/
$
/
-Wno-error=maybe-uninitialized
/
Copy Permalink