mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-27 03:10:24 +00:00
Merge
This commit is contained in:
commit
95eb8eb9dd
2 changed files with 3 additions and 3 deletions
|
|
@ -418,7 +418,7 @@ your own plugins.
|
|||
Micro also has a built in plugin manager which you can invoke with the
|
||||
`> plugin ...` command, or in the shell with `micro -plugin ...`.
|
||||
|
||||
For the valid commands you can use, see the `command` help topic.
|
||||
For the valid commands you can use, see the `commands` help topic.
|
||||
|
||||
The manager fetches plugins from the channels (which is simply a list of plugin
|
||||
metadata) which it knows about. By default, micro only knows about the official
|
||||
|
|
|
|||
|
|
@ -58,5 +58,5 @@ rules:
|
|||
- comment:
|
||||
start: "#"
|
||||
end: "$"
|
||||
rules:
|
||||
- todo: "(TODO|FIXME):?"
|
||||
rules: # AKA Code tags (PEP 350)
|
||||
- todo: "(TODO|FIXME|HACK|BUG|NOTE|FAQ|MNEMONIC|REQ|RFE|IDEA|PORT|\?\?\?|!!!|GLOSS|SEE|TODOC|STAT|RVD|CRED):?"
|
||||
|
|
|
|||
Loading…
Reference in a new issue