Skip to content

Commit 6295ad6

Browse files
committed
Added skirk to incomplete chars
1 parent 4eb6bc4 commit 6295ad6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/result/check.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import (
77
// adding a character to this list will make the "incomplete warning" appear on the viewer
88
var incompleteCharacters = []keys.Char{
99
keys.TestCharDoNotUse,
10+
keys.Skirk,
1011
}
1112

1213
func IsCharacterComplete(char keys.Char) bool {

0 commit comments

Comments
 (0)