mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-24 09:47:19 +09:00
onSetPane doc: s/panel/bufpane/
It is pane, not panel. Also, let's call it bufpane here, like we do in other callbacks' descriptions.
This commit is contained in:
@@ -51,7 +51,7 @@ which micro defines:
|
||||
|
||||
* `postinit()`: initialization function called after `init()`.
|
||||
|
||||
* `onSetActive(bufpane)`: runs when changing the currently active panel.
|
||||
* `onSetActive(bufpane)`: runs when changing the currently active bufpane.
|
||||
|
||||
* `onBufferOpen(buf)`: runs when a buffer is opened. The input contains
|
||||
the buffer object.
|
||||
|
||||
Reference in New Issue
Block a user