Virtual Method
PosCompleterlookup_completion
Declaration [src]
const char*
lookup_completion (
PosCompleter* self,
const char* completion
)
Description [src]
Given a given completion string lookup what should actually be completed. This allows completers to e.g. provide the full word as completion “handle” and fill in just the last chars as actual completions.