VimSearchState.setReversed method
VimSearchState › setReversed
Unofficial
Set whether the search runs towards the start of the document.Signature:
setReversed(reversed: boolean): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| reversed | boolean | Whether the search is reversed. |
Returns: void