##// 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 DELIMS = ' \t\n`!@#$^&*()=+[{]}\\|;:\'",<>?'
184 DELIMS = ' \t\n`!@#$^&*()=+[{]}\\|;:\'",<>?'
185 GREEDY_DELIMS = ' \r\n'
185 GREEDY_DELIMS = ' =\r\n'
186
186
187
187
188 class CompletionSplitter(object):
188 class CompletionSplitter(object):
General Comments 0
You need to be logged in to leave comments. Login now