VimSearchState.setOverlay method
VimSearchState › setOverlay
Unofficial
Set the overlay highlighting the current query's matches.Signature:
setOverlay(overlay: VimSearchOverlay | null): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| overlay | VimSearchOverlay | null | The overlay to install, or null to clear it. |
Returns: void