##// END OF EJS Templates
update changelog
vivainio -
Show More
@@ -335,7 +335,7 b' class IPCompleter(Completer):'
335 for f in self.glob("%s*" % text)]
335 for f in self.glob("%s*" % text)]
336
336
337 def file_matches(self, text):
337 def file_matches(self, text):
338 """Match filneames, expanding ~USER type strings.
338 """Match filenames, expanding ~USER type strings.
339
339
340 Most of the seemingly convoluted logic in this completer is an
340 Most of the seemingly convoluted logic in this completer is an
341 attempt to handle filenames with spaces in them. And yet it's not
341 attempt to handle filenames with spaces in them. And yet it's not
@@ -1,3 +1,9 b''
1 2006-11-2(8 Ville Vainio <vivainio@gmail.com>
2
3 * completer.py: If the text start with !, show file completions
4 properly. This helps when trying to complete command name
5 for shell escapes.
6
1 2006-11-27 Ville Vainio <vivainio@gmail.com>
7 2006-11-27 Ville Vainio <vivainio@gmail.com>
2
8
3 * ipy_stock_completers.py: bzr completer submitted by Stefan van
9 * ipy_stock_completers.py: bzr completer submitted by Stefan van
General Comments 0
You need to be logged in to leave comments. Login now