[ Version ( since = "3.10" ) ]
public void set_wrap_around (bool wrap_around)
Enables or disables the wrap around search.
If wrap_around
is true
, the forward search continues at the beginning of the buffer if no search occurrences
are found. Similarly, the backward search continues to search at the end of the buffer.
this | |
wrap_around |
the setting. |