de-vri-es / weechat-autosort

Automatically keep your buffers sorted.
GNU General Public License v3.0
76 stars 8 forks source link

'/help autosort' missing explanation of newer '${info:}' options #16

Closed demure closed 5 years ago

demure commented 5 years ago

It appears that at least two of the newer ${info:} helper variables are not documented/explained in the output of /help autosort, leaving newer users to discover their existence from the embedded changelog in the script, and to divine the correct usage of these variables on their own.

3.5: * Add ${info:autosort_escape,...} to escape arguments for other info hooks. ... 3.0: ... * Add ${info:autosort_order,value,first,second,third} to ease writing sort rules.

de-vri-es commented 5 years ago

Right, good point, thanks for reporting. I'll try to fix this before the end of the week.

de-vri-es commented 5 years ago

PR submitted at the scripts repo: https://github.com/weechat/scripts/pull/343

Thanks again for reporting :)