diff --git a/kittens/command_palette/main.go b/kittens/command_palette/main.go index a0a8d3d07..9a93d9b7a 100644 --- a/kittens/command_palette/main.go +++ b/kittens/command_palette/main.go @@ -263,9 +263,9 @@ func (h *Handler) updateFilter() { } type scored struct { - idx int - score uint - colIdx int + idx int + score uint + colIdx int positions []int } var matches []scored