From 730f2e70835eca30215770fa5204f56c3bc8aa7c Mon Sep 17 00:00:00 2001 From: 5brian Date: Fri, 11 Apr 2025 18:03:05 -0400 Subject: [PATCH] vim: Add highlighting to set commands (#28600) |Before|After| |--|--| |![image](https://github.com/user-attachments/assets/fb965e1f-658c-4ecd-a51f-821881b8001a)|![image](https://github.com/user-attachments/assets/f05f73bf-6661-406a-a5d6-e121e5b6fd1a)| Release Notes: - N/A --- crates/vim/src/command.rs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/crates/vim/src/command.rs b/crates/vim/src/command.rs index 15f008f91d..264edca0b1 100644 --- a/crates/vim/src/command.rs +++ b/crates/vim/src/command.rs @@ -963,7 +963,15 @@ pub fn command_interceptor(mut input: &str, cx: &App) -> Vec