| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Implement hook completion.
fixes #44
|
|
|
|
|
|
This reverts commit 2b9b161d424c1168636042adc6678bb3df2be3f9.
|
|
|
|
|
|
Controlled by the autoshowcompl option
Completers now take a CompletionFlag parameter, used to specify
we want fast completion (tag completion can be slow, we do not
want to run it if not explicitely wanted by the user).
|
|
|
|
|
|
|
|
(that is most of the time when we are not concerned with displaying)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|