We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e7e6f7 + e2c35cb commit 09eb71dCopy full SHA for 09eb71d
1 file changed
internal/keymap/completion.go
@@ -119,5 +119,5 @@ func (m *Engine) restrictCommands(mode Mode, commands []string) map[string]input
119
}
120
121
func isValidCommand(widget string, commands []string) bool {
122
- return slices.Contains(commands, widget)
+ return slices.Contains(commands, widget)
123
0 commit comments