EntryCompletion.inlineCompletion

bool inlineCompletion() @property

Get inlineCompletion property.

Returns

Determines whether the common prefix of the possible completions

should be inserted automatically in the entry.

Note that this requires text-column to be set, even if you are using a custom match function.

void inlineCompletion(bool propval) @property

Set inlineCompletion property.

Parameters

propvalDetermines whether the common prefix of the possible completions should be inserted automatically in the entry. Note that this requires text-column to be set, even if you are using a custom match function.