Changes between Version 13 and Version 14 of CodeTagsPlugin


Ignore:
Timestamp:
Jul 2, 2007, 9:33:44 AM (17 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeTagsPlugin

    v13 v14  
    4747The Above Patch only Matches TAG:Word & TAG::Word and TAG:[SPACE]
    4848{{{
    49          for word in self.tags:
     49#!diff
     50Index: indexer.py
     51===================================================================
     52--- indexer.py  (revision HEAD)
     53+++ indexer.py  (working copy)
     54@@ -28,5 +28,5 @@
     55
     56      for word in self.tags:
    5057             p.append(re.escape(word))
    5158-        self.tag_re = re.compile(r'(%s)\:?\s*(.*?)\s*$' % '|'.join(p))