mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-25 18:07:07 +09:00
Small fixes
This commit is contained in:
@@ -57,7 +57,9 @@ func (b *Buffer) CycleAutocomplete(forward bool) {
|
||||
}
|
||||
|
||||
b.Replace(start, end, b.Completions[b.CurSuggestion])
|
||||
b.HasSuggestions = true
|
||||
if len(b.Suggestions) > 1 {
|
||||
b.HasSuggestions = true
|
||||
}
|
||||
}
|
||||
|
||||
func GetArg(b *Buffer) (string, int) {
|
||||
|
||||
Reference in New Issue
Block a user