Skip to content

Commit d475116

Browse files
committed
value tweak
1 parent 0f29aab commit d475116

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/actions/keyboard.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1674,7 +1674,7 @@ pub fn possible_context_action_completions(current: &std::ffi::OsStr) -> Vec<Com
16741674
candidates.push(
16751675
CompletionCandidate::new(format!(
16761676
"{}PREFIX_DELIM{}",
1677-
prefix, "insertString('value')"
1677+
prefix, "insertString(\"value\")"
16781678
))
16791679
.help(Some(clap::builder::StyledStr::from(
16801680
"Insert a literal string of characters",

0 commit comments

Comments
 (0)