Deleted duplicated line (#3728)

This commit is contained in:
cutelisp 2025-04-28 18:55:03 +01:00 committed by GitHub
parent 333770bbd0
commit b61c8a4e1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,8 +57,6 @@ that micro defines:
* `deinit()`: cleanup function called when your plugin is unloaded or reloaded.
* `onSetActive(bufpane)`: runs when changing the currently active panel.
* `onBufferOpen(buf)`: runs when a buffer is opened. The input contains
the buffer object.