mirror of https://github.com/helix-editor/helix
docs: fix comment
parent
fbd0c3c601
commit
1ffa4789ad
|
@ -19,7 +19,7 @@ use crate::{
|
||||||
/// * Selection indices (`#`): index number of each selection starting at 1
|
/// * Selection indices (`#`): index number of each selection starting at 1
|
||||||
/// * Selection contents (`.`)
|
/// * Selection contents (`.`)
|
||||||
/// * Relative document path (`%`): filename of the current buffer, relative to Helix's current working directory
|
/// * Relative document path (`%`): filename of the current buffer, relative to Helix's current working directory
|
||||||
/// * Absolute document path (`%`): absolute path of the current buffer
|
/// * Absolute document path (`=`): absolute path of the current buffer
|
||||||
/// * System clipboard (`*`)
|
/// * System clipboard (`*`)
|
||||||
/// * Primary clipboard (`+`)
|
/// * Primary clipboard (`+`)
|
||||||
pub struct Registers {
|
pub struct Registers {
|
||||||
|
|
Loading…
Reference in New Issue