Show More
@@ -9,7 +9,7 b' def surfraw_completer(self,cmdline):' | |||||
9 | """ Completer for 'surfraw' |
|
9 | """ Completer for 'surfraw' | |
10 |
|
10 | |||
11 | example:: |
|
11 | example:: | |
12 |
sr go<t |
|
12 | sr go<tab> => sr google | |
13 |
|
13 | |||
14 | """ |
|
14 | """ | |
15 | compl = [l.split(None,1)[0] for l in os.popen('sr -elvi')] |
|
15 | compl = [l.split(None,1)[0] for l in os.popen('sr -elvi')] |
General Comments 0
You need to be logged in to leave comments.
Login now