After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 755218 - build: Work-around vim highlighting bug
build: Work-around vim highlighting bug
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: General
git master
Other All
: Normal normal
: ---
Assigned To: tracker-general
tracker-general
Depends on:
Blocks:
 
 
Reported: 2015-09-18 13:00 UTC by Bastien Nocera
Modified: 2015-09-25 13:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Work-around vim highlighting bug (15.91 KB, patch)
2015-09-18 13:00 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2015-09-18 13:00:28 UTC
.
Comment 1 Bastien Nocera 2015-09-18 13:00:33 UTC
Created attachment 311634 [details] [review]
build: Work-around vim highlighting bug

When "Couldn't" is used in an m4 macro, vim will highlight all the
code until the next "'" to close it. Work around that by replacing
"Couldn't" by "Could not".
Comment 2 Martyn Russell 2015-09-24 19:37:32 UTC
Review of attachment 311634 [details] [review]:

Thanks Bastien :)
Comment 3 Bastien Nocera 2015-09-25 13:13:38 UTC
Attachment 311634 [details] pushed as 8c49a9d - build: Work-around vim highlighting bug