vim: Remove duplicate bracket pair (#38560)
remove depulicate code, this same with line: 556-562 Release Notes: - N/A
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user