diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-07-18 16:37:13 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-07-18 16:37:13 +0300 |
commit | 2c236869333dd20b77109fe7e9bb4ace30c0f774 (patch) | |
tree | 37551e37d3922c4f65f4c9d31abc7168294a0472 /src/goto-commands.c | |
parent | cf7e3bc51731ea4be786ec163532a63d7f93af87 (diff) | |
download | sciteco-2c236869333dd20b77109fe7e9bb4ace30c0f774.tar.gz |
revised command topics
* Added some keywords.
* Consistently added command variants with all modifiers.
In principle including modifiers in the topics is unnecessary -
you can always strip the modifiers and look up the raw command.
However, looking up a command with modifiers can speed up the process
(compare looking up ?S<TAB> vs ?::S<TAB>
* The `@` modifier is listed only for commands without string arguments.
Diffstat (limited to 'src/goto-commands.c')
-rw-r--r-- | src/goto-commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/goto-commands.c b/src/goto-commands.c index 72be48e..97c58d0 100644 --- a/src/goto-commands.c +++ b/src/goto-commands.c @@ -154,7 +154,7 @@ gboolean teco_state_goto_process_edit_cmd(teco_machine_main_t *ctx, teco_machine gboolean teco_state_goto_insert_completion(teco_machine_main_t *ctx, const teco_string_t *str, GError **error); -/*$ O +/*$ "O" goto * Olabel$ -- Go to label * [n]Olabel1[,label2,...]$ * |