Closed
Bug 1394532
Opened 7 years ago
Closed 7 years ago
FirefoxProfileMigrator.js has a bad modeline
Categories
(Firefox :: Migration, defect)
Tracking
()
RESOLVED
FIXED
Firefox 57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: keeler, Assigned: keeler)
Details
Attachments
(1 file)
When I open browser/components/migration/FirefoxProfileMigrator.js in vim, I get:
Error detected while processing modelines:
line 2:
E518: Unknown option: */
I think it's getting confused by the modelines being a multi-line comment rather than their own comment each.
Assignee | ||
Comment 1•7 years ago
|
||
(In reply to David Keeler [:keeler] (use needinfo?) from comment #0)
> I think it's getting confused by the modelines being a multi-line comment
> rather than their own comment each.
Whoops - that's not it. Looks like it's missing a 'set'?
http://vim.wikia.com/wiki/Modeline_magic
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → dkeeler
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8901946 [details]
bug 1394532 - fix up modeline in FirefoxProfileMigrator.js
https://reviewboard.mozilla.org/r/173386/#review179134
Attachment #8901946 -
Flags: review?(dtownsend) → review+
Assignee | ||
Comment 4•7 years ago
|
||
Thanks!
Pushed by dkeeler@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/765d2befbd23
fix up modeline in FirefoxProfileMigrator.js r=mossop
Comment 6•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 57
You need to log in
before you can comment on or make changes to this bug.
Description
•