[SVN] r4865 (Ruby)
Allan Odgaard
throw-away-1 at macromates.com
Sun Aug 20 05:26:40 UTC 2006
• string matching (in the increase indent pattern) inside a repeat was done using: "(\\.|[^"])*+" — this should have given a non-backtracked match of a string, but if a string contained \" then that could also be taken by the second alternation, and would give a backtrack point which leads to bad performance for some pathetic cases — ticket 8504FA7D
Changed:
U trunk/Bundles/Ruby.tmbundle/Preferences/Miscellaneous.plist
More information about the textmate-dev
mailing list