diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-04-25 07:19:02 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-04-25 07:19:02 +0200 |
commit | a96d27f2362e9c18abc77e858da273765c1cee63 (patch) | |
tree | 63c4695ed5fe2fd4ac0301f1b504fbf22aebb3b8 /src/core/wee-eval.c | |
parent | 112bebcddf99d5187ede8ebbe765abc75373c4f2 (diff) | |
download | weechat-a96d27f2362e9c18abc77e858da273765c1cee63.zip |
core: add new cut formats in function comment
Diffstat (limited to 'src/core/wee-eval.c')
-rw-r--r-- | src/core/wee-eval.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/wee-eval.c b/src/core/wee-eval.c index 4e5af5e95..fa46daf0c 100644 --- a/src/core/wee-eval.c +++ b/src/core/wee-eval.c @@ -295,8 +295,9 @@ end: * 2. a string to evaluate (format: eval:xxx) * 3. a string with escaped chars (format: esc:xxx or \xxx) * 4. a string with chars to hide (format: hide:char,string) - * 5. a string with max chars (format: cut:max,suffix,string) - * or max chars on screen (format: cutscr:max,suffix,string) + * 5. a string with max chars (format: cut:max,suffix,string or + * cut:+max,suffix,string) or max chars on screen + * (format: cutscr:max,suffix,string or cutscr:+max,suffix,string) * 6. a regex group captured (format: re:N (0.99) or re:+) * 7. a color (format: color:xxx) * 8. an info (format: info:name,arguments) |