Skip to content

Commit

Permalink
Fix typos in help
Browse files Browse the repository at this point in the history
  • Loading branch information
test committed Jan 14, 2021
1 parent 8ebfe39 commit faa748e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions help/selfexec.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Selfexec plugin
This plugin is meant to make the plugin development process a little more convenient by bindig "reload" functionality to a key.
This plugin is meant to make the plugin development process a little more convenient by binding "reload" functionality to a key.

The default binding is to `Ctrl-r`, which conflicts with `ToggleRuler`.

The current implementation depends on being able to run a sh script and the exec syscall. No application state is saved, but thel list of currently open files is passed to the new session. You must save any files you've changed before executing the command. The behaviour is as if the program crashed, but backup restoration is set to manual mode.
The current implementation depends on being able to run a sh script and the exec syscall. No application state is saved, but the list of currently open files is passed to the new session. You must save any files you've changed before executing the command. The behaviour is as if the program crashed, but backup restoration is set to manual mode.

For further information please review the plugin source.

Expand All @@ -12,7 +12,7 @@ Development is with the help of the Nix package manager.

See `nix/run.sh` for how things are invoked.

The plugin as of v2.0.8 requires a patch to micro to work. This patch is also located in the `nix` directory.
The plugin as of v2.0.8 requires a patch to micro to work. This patch is located in the `nix` directory.

# Without Nix

Expand Down

0 comments on commit faa748e

Please sign in to comment.