Changes between Initial Version and Version 1 of Ticket #13048, comment 5


Ignore:
Timestamp:
Jan 22, 2017, 11:06:15 PM (7 years ago)
Author:
Peter Suter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13048, comment 5

    initial v1  
    1111         { // Tickets
    1212-            match: /((?:^|[^{])#|\bticket:)(\d*)$/,
    13 +            match: /((?:^|[^{])#|\bticket:|\\bbug:|\\bissue:)(\d*)$/,
     13+            match: /((?:^|[^{])#|\bticket:|\bbug:|\bissue:)(\d*)$/,
    1414             search: search('ticket'),
    1515             index: 2,