mirror of
https://github.com/astral-sh/ruff
synced 2026-01-09 15:44:22 -05:00
@@ -236,6 +236,10 @@ where
|
||||
lxr.window.slide();
|
||||
lxr.window.slide();
|
||||
lxr.window.slide();
|
||||
// TODO: Handle possible mismatch between BOM and explicit encoding declaration.
|
||||
if let Some('\u{feff}') = lxr.window[0] {
|
||||
lxr.window.slide();
|
||||
}
|
||||
// Start at top row (=1) left column (=1)
|
||||
lxr.location.reset();
|
||||
lxr
|
||||
|
||||
Reference in New Issue
Block a user