summaryrefslogtreecommitdiff
path: root/src/core/wee-eval.c
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-04-25 07:19:02 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-04-25 07:19:02 +0200
commita96d27f2362e9c18abc77e858da273765c1cee63 (patch)
tree63c4695ed5fe2fd4ac0301f1b504fbf22aebb3b8 /src/core/wee-eval.c
parent112bebcddf99d5187ede8ebbe765abc75373c4f2 (diff)
downloadweechat-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.c5
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)