You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
consult--read: Better documentation for the completion table
We may want to use the boundaries feature at some point for improved completion
when the async filtering is used. In that case the input string is split in two
parts `#grep#filter`. We could return boundaries such that the completion
filtering only takes the `filter` into account. Given that, we would not need
our custom async-split completion style. This would then allow TAB cycling
candidates for example. Unfortunately Selectrum does not yet have sufficient
support for boundaries (radian-software/selectrum#448).
0 commit comments