]> git.lizzy.rs Git - micro.git/blobdiff - runtime/help/plugins.md
Syntax Highlight Overhaul (#568)
[micro.git] / runtime / help / plugins.md
index b79b4149b71b539c35683b290af68c2d6aa0271b..d7fc5abf226969b941e099b227d7bb2ad3dca3a0 100644 (file)
@@ -73,7 +73,7 @@ as Go's GOOS variable, so `darwin`, `windows`, `linux`, `freebsd`...)
 * `SetOption(option, value string)`: sets the given option to the value. This will
    set the option globally, unless it is a local only option.
 
-* `SetLocalOption(option, value string, buffer *Buffer)`: sets the given option to
+* `SetLocalOption(option, value string, view *View)`: sets the given option to
    the value locally in the given buffer
 
 * `BindKey(key, action string)`: binds `key` to `action`