EntryCompletion.inlineCompletion

Get inlineCompletion property.

  1. bool inlineCompletion [@property getter]
    class EntryCompletion
    @property
    bool
    inlineCompletion
    ()
  2. bool inlineCompletion [@property setter]

Return Value

Type: bool

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.