We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186817d commit 4283881Copy full SHA for 4283881
runtime/help/plugins.md
@@ -51,14 +51,14 @@ which micro defines:
51
52
* `postinit()`: initialization function called after `init()`.
53
54
-* `onSetActive(bufpane)`: runs when changing the currently active bufpane.
55
-
56
* `onBufferOpen(buf)`: runs when a buffer is opened. The input contains
57
the buffer object.
58
59
* `onBufPaneOpen(bufpane)`: runs when a bufpane is opened. The input
60
contains the bufpane object.
61
+* `onSetActive(bufpane)`: runs when changing the currently active bufpane.
+
62
* `onAction(bufpane)`: runs when `Action` is triggered by the user, where
63
`Action` is a bindable action (see `> help keybindings`). A bufpane
64
is passed as input and the function should return a boolean defining
0 commit comments