Skip to content

Commit f9cad2e

Browse files
authored
action: Fix the duplication of the unknown filetype (zyedidia#3258)
1 parent 0806add commit f9cad2e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/action/infocomplete.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ headerLoop:
126126
if strings.HasPrefix("off", input) {
127127
suggestions = append(suggestions, "off")
128128
}
129-
if strings.HasPrefix("unknown", input) {
130-
suggestions = append(suggestions, "unknown")
131-
}
132129

133130
var chosen string
134131
if len(suggestions) == 1 {

0 commit comments

Comments
 (0)