From a96d27f2362e9c18abc77e858da273765c1cee63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 25 Apr 2017 07:19:02 +0200 Subject: [PATCH] core: add new cut formats in function comment --- src/core/wee-eval.c | 5 +++-- 1 file 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)