vim: Remove duplicate bracket pair (#38560)

remove depulicate code, this same with line: 556-562

Release Notes:

- N/A
This commit is contained in:
CharlesChen0823
2025-09-20 20:01:55 +02:00
committed by GitHub
parent 1d1bbf01a9
commit f5c2e4b49e
-7
View File
@@ -602,13 +602,6 @@ fn all_support_surround_pair() -> Vec<BracketPair> {
surround: true,
newline: false,
},
BracketPair {
start: "{".into(),
end: "}".into(),
close: true,
surround: true,
newline: false,
},
BracketPair {
start: "<".into(),
end: ">".into(),