Skip to content

Commit

Permalink
Update helix-term/src/commands/typed.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
alevinval authored Oct 22, 2022
1 parent 05e6501 commit 2fd171a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-term/src/commands/typed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1358,7 +1358,7 @@ fn set_option(
}

/// Cycle the setting to the next value at runtime. Access nested values by dot
/// syntax, for example to cycle smart case search, use `:cycle search.smart-case false,true`.
/// syntax, for example to cycle line number, use `:cycle line-number absolute,relative`.
fn cycle_option(
cx: &mut compositor::Context,
args: &[Cow<str>],
Expand Down

0 comments on commit 2fd171a

Please sign in to comment.