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:
@@ -92,7 +92,7 @@ impl VimOption {
|
||||
|
||||
CommandInterceptResult {
|
||||
string: format!(
|
||||
"set {}",
|
||||
":set {}",
|
||||
options.iter().map(|opt| opt.to_string()).join(" ")
|
||||
),
|
||||
action: VimSet { options }.boxed_clone(),
|
||||
|
||||
Reference in New Issue
Block a user