[Koha-bugs] [Bug 12792] New: C4::Reserves breaks my vim syntax color

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 20 13:40:47 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12792

            Bug ID: 12792
           Summary: C4::Reserves breaks my vim syntax color
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: gmcharlt at gmail.com
          Reporter: jonathan.druart at biblibre.com
        QA Contact: testopia at bugs.koha-community.org

[I am sorry for this...]

C4/Reserves.pm is unreadable with my vim configuration.
It appears I am the only one having this problem.
For an incomprehensible reason, a string constructs with
  qq/my string/;
completely breaks the syntax color for all the rest of the file (~2300l).
If I replace it with
  qq{my string};
all is fine!

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list