diff options
| author | Frank LENORMAND <lenormf@gmail.com> | 2020-09-01 13:30:34 +0300 |
|---|---|---|
| committer | Frank LENORMAND <lenormf@gmail.com> | 2020-09-01 13:34:52 +0300 |
| commit | 87f9be67235d43222cd37c2dacc542271d26850f (patch) | |
| tree | 4ddc25c7ec8ef2f89325ec3a18765be453028f99 /doc | |
| parent | 6c85c0cb2944930bf64bd93e6196b243f9fd41c8 (diff) | |
rc repl: Normalise REPL commands
It's unclear what the `send-text` alias does at first glance,
so prefixing it with "repl-" both fixes that and helps make it
discoverable via the command prompt's fuzzy matcher.
The `repl` alias also seems too generic a name, the "-new" suffix
should hopefully give a hint that it creates a new window.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/pages/changelog.asciidoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc index 5727765d..6fe1714f 100644 --- a/doc/pages/changelog.asciidoc +++ b/doc/pages/changelog.asciidoc @@ -5,6 +5,9 @@ released versions. == Development version +* The `repl` and `send-text` aliases have been renamed respectively into + `repl-new` and `repl-send-text`. + * Daemon mode (`-d` switch) does not fork anymore. == Kakoune 2020.08.04 |
