new
Unprintable(opts?: UnprintableOptions)
UserData extends UnprintableUserData = UnprintableUserData
writeonly
highlightGroup: string
writeonly
highlightName: string
writeonly
placeholder: string
readonly
highlightGroup: string
readonly
highlightName: string
readonly
placeholder: string
Should convert items by this in BaseSource.gather()
.
If Item.word
contains unprintable characters, it will be converted to
UnprintableOptions.placeholder
.
Item.abbr
and Item.highlights
are generated and added.
onCompleteDone(args: { denops: Denops; onCallback: OnCallback; userData: UserData; context: Context; }): Promise<void>
Should call this in BaseSource.onCompleteDone()
.