()
| 986 | } |
| 987 | |
| 988 | func (tb *Buffer) deleteCompleter() { |
| 989 | if tb.Complete == nil { |
| 990 | return |
| 991 | } |
| 992 | tb.Complete = nil |
| 993 | } |
| 994 | |
| 995 | // completeText edits the text using the string chosen from the completion menu |
| 996 | func (tb *Buffer) completeText(s string) { |