Skip to content

VimSearchState.setReversed method

VimSearchState › setReversed

Unofficial

Set whether the search runs towards the start of the document.

Signature:

setReversed(reversed: boolean): void

Parameters:

ParameterTypeDescription
reversedbooleanWhether the search is reversed.

Returns: void