We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f29aab commit d475116Copy full SHA for d475116
1 file changed
src/app/actions/keyboard.rs
@@ -1674,7 +1674,7 @@ pub fn possible_context_action_completions(current: &std::ffi::OsStr) -> Vec<Com
1674
candidates.push(
1675
CompletionCandidate::new(format!(
1676
"{}PREFIX_DELIM{}",
1677
- prefix, "insertString('value')"
+ prefix, "insertString(\"value\")"
1678
))
1679
.help(Some(clap::builder::StyledStr::from(
1680
"Insert a literal string of characters",
0 commit comments