##// END OF EJS Templates
add '=' to greedy completer delims...
klonuo -
Show More
@@ -182,7 +182,7 b' class Bunch(object): pass'
182 182
183 183
184 184 DELIMS = ' \t\n`!@#$^&*()=+[{]}\\|;:\'",<>?'
185 GREEDY_DELIMS = ' \r\n'
185 GREEDY_DELIMS = ' =\r\n'
186 186
187 187
188 188 class CompletionSplitter(object):
General Comments 0
You need to be logged in to leave comments. Login now