Cycle -> Toggle

pull/585/head
Arijit Basu 1 year ago
parent 5bc1a4bfe4
commit 6b1d490249

@ -1152,14 +1152,14 @@ Example:
#### ToggleSearchAlgorithm
Cycles through different search algorithms, without changing the input
Toggles between different search algorithms, without changing the input
buffer
You need to call `ExplorePwd` or `ExplorePwdAsync` explicitely.
Example:
- Lua: `"CycleSearchAlgorithm"`
- YAML: `CycleSearchAlgorithm`
- Lua: `"ToggleSearchAlgorithm"`
- YAML: `ToggleSearchAlgorithm`
#### EnableSearchOrder

@ -1034,14 +1034,14 @@ pub enum ExternalMsg {
/// - YAML: `SearchRegexUnorderedFromInput`
SearchRegexUnorderedFromInput,
/// Cycles through different search algorithms, without changing the input
/// Toggles between different search algorithms, without changing the input
/// buffer
/// You need to call `ExplorePwd` or `ExplorePwdAsync` explicitely.
///
/// Example:
///
/// - Lua: `"CycleSearchAlgorithm"`
/// - YAML: `CycleSearchAlgorithm`
/// - Lua: `"ToggleSearchAlgorithm"`
/// - YAML: `ToggleSearchAlgorithm`
ToggleSearchAlgorithm,
/// Enables ranked search without changing the input buffer.

Loading…
Cancel
Save