aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/glob.c
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-07-18 16:37:13 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-07-18 16:37:13 +0300
commit2c236869333dd20b77109fe7e9bb4ace30c0f774 (patch)
tree37551e37d3922c4f65f4c9d31abc7168294a0472 /src/glob.c
parentcf7e3bc51731ea4be786ec163532a63d7f93af87 (diff)
downloadsciteco-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/glob.c')
-rw-r--r--src/glob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glob.c b/src/glob.c
index 93f3361..af66951 100644
--- a/src/glob.c
+++ b/src/glob.c
@@ -327,7 +327,7 @@ teco_state_glob_pattern_done(teco_machine_main_t *ctx, const teco_string_t *str,
return &teco_state_glob_filename;
}
-/*$ EN glob
+/*$ "EN" ":EN" glob
* [type]EN[pattern]$[filename]$ -- Glob files or match filename and check file type
* [type]:EN[pattern]$[filename]$ -> Success|Failure
*