vim: Update :set
(#27805)
Update VimSet commands to better match the other commands by displaying the leading `:`: |Before|After| |--|--| ||| Release Notes: - N/A
This commit is contained in:
parent
37ebb47238
commit
7984f0f11c
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ impl VimOption {
|
||||||
|
|
||||||
CommandInterceptResult {
|
CommandInterceptResult {
|
||||||
string: format!(
|
string: format!(
|
||||||
"set {}",
|
":set {}",
|
||||||
options.iter().map(|opt| opt.to_string()).join(" ")
|
options.iter().map(|opt| opt.to_string()).join(" ")
|
||||||
),
|
),
|
||||||
action: VimSet { options }.boxed_clone(),
|
action: VimSet { options }.boxed_clone(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue