mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
Remove leftover comment
This commit is contained in:
parent
05516d82e8
commit
eda70fd39c
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ export class BufferCompletionSource extends Completions.CompletionSourceFuse {
|
|||
n: number,
|
||||
options: BufferCompletionOption[]
|
||||
): Completions.ScoredOption[] {
|
||||
const nstr = (n + 1).toString() // Make sure log(n) is valid
|
||||
const nstr = (n + 1).toString()
|
||||
const res = [];
|
||||
for (const [index, option] of enumerate(options)) {
|
||||
if ((option.tabIndex + 1).toString().startsWith(nstr)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue