Discard autosuggestion
(event: KeyPressEvent)
| 485 | |
| 486 | |
| 487 | def discard(event: KeyPressEvent): |
| 488 | """Discard autosuggestion""" |
| 489 | buffer = event.current_buffer |
| 490 | buffer.suggestion = None |
| 491 | |
| 492 | |
| 493 | def accept_word(event: KeyPressEvent): |
no outgoing calls
searching dependent graphs…