From b61c8a4e1ae6810f307b2fc4bc30c25f2fb04729 Mon Sep 17 00:00:00 2001 From: cutelisp Date: Mon, 28 Apr 2025 18:55:03 +0100 Subject: [PATCH] Deleted duplicated line (#3728) --- runtime/help/plugins.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/runtime/help/plugins.md b/runtime/help/plugins.md index 305d42ab..0411fcff 100644 --- a/runtime/help/plugins.md +++ b/runtime/help/plugins.md @@ -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.