New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #14463 (closed defect: fixed)

Opened 5 years ago

Last modified 4 years ago

Mode line should be in a line

Reported by: ebgssth@… Owned by: jmpp@…
Priority: Normal Milestone:
Component: website Version: 1.6.0
Keywords: Cc:
Port:

Description

http://guide.macports.org/#development.practices

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; \
c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4

should be

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4

mode line shouldn't be across two lines.

Change History

comment:1 Changed 5 years ago by afb@…

  • Status changed from new to closed
  • Resolution set to fixed

Fixed, r34568.

comment:2 Changed 4 years ago by anonymous

  • Milestone Website & Documentation deleted

Milestone Website & Documentation deleted

Note: See TracTickets for help on using tickets.