mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-11 23:22:41 +09:00
action: Fix the duplication of the unknown filetype (#3258)
This commit is contained in:
@@ -126,9 +126,6 @@ headerLoop:
|
||||
if strings.HasPrefix("off", input) {
|
||||
suggestions = append(suggestions, "off")
|
||||
}
|
||||
if strings.HasPrefix("unknown", input) {
|
||||
suggestions = append(suggestions, "unknown")
|
||||
}
|
||||
|
||||
var chosen string
|
||||
if len(suggestions) == 1 {
|
||||
|
||||
Reference in New Issue
Block a user