We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c73461 commit 7ea55cbCopy full SHA for 7ea55cb
lib_src/misc/blocks.ts
@@ -58,7 +58,7 @@ function walkBack(editor: TextEditor, row: number) {
58
return row
59
}
60
61
-function walkForward(editor: TextEditor, start) {
+function walkForward(editor: TextEditor, start: number) {
62
let end = start
63
let mark = start
64
while (mark < editor.getLastBufferRow()) {
0 commit comments