We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a33dca5 commit e67169bCopy full SHA for e67169b
1 file changed
pkg/tui/components/editor/completions/command.go
@@ -9,8 +9,7 @@ import (
9
)
10
11
type commandCompletion struct {
12
- app *app.App
13
- items []completion.Item
+ app *app.App
14
}
15
16
func NewCommandCompletion(a *app.App) Completion {
0 commit comments