Show More
@@ -237,7 +237,7 class kwtemplater(object): | |||||
237 |
|
237 | |||
238 | def iskwfile(self, cand, ctx): |
|
238 | def iskwfile(self, cand, ctx): | |
239 | '''Returns subset of candidates which are configured for keyword |
|
239 | '''Returns subset of candidates which are configured for keyword | |
240 | expansion are not symbolic links.''' |
|
240 | expansion but are not symbolic links.''' | |
241 | return [f for f in cand if self.match(f) and not 'l' in ctx.flags(f)] |
|
241 | return [f for f in cand if self.match(f) and not 'l' in ctx.flags(f)] | |
242 |
|
242 | |||
243 | def overwrite(self, ctx, candidates, lookup, expand, rekw=False): |
|
243 | def overwrite(self, ctx, candidates, lookup, expand, rekw=False): |
General Comments 0
You need to be logged in to leave comments.
Login now