mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 17:23:15 +02:00
core: add support for $XDG_STATE_HOME
This commit is contained in:
@@ -8383,8 +8383,9 @@ command_init ()
|
||||
N_(" - ${name}: the user-defined variable"),
|
||||
N_(" - ${weechat_config_dir}: WeeChat config directory"),
|
||||
N_(" - ${weechat_data_dir}: WeeChat data directory"),
|
||||
N_(" - ${weechat_state_dir}: WeeChat state directory"),
|
||||
N_(" - ${weechat_cache_dir}: WeeChat cache directory"),
|
||||
N_(" - ${weechat_runtmie_dir}: WeeChat runtime directory"),
|
||||
N_(" - ${weechat_runtime_dir}: WeeChat runtime directory"),
|
||||
N_(" - ${eval:string}: the evaluated string"),
|
||||
N_(" - ${eval_cond:string}: the evaluated condition"),
|
||||
N_(" - ${esc:string} or ${\\string}: the string with escaped chars"),
|
||||
|
||||
Reference in New Issue
Block a user