From e579e8692936d232ded2fe07ff7aaf8b22b06a2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 25 Jun 2017 21:22:36 +0200 Subject: fset: shift plugins priority to insert fset plugin between buflist and fifo --- src/plugins/exec/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/exec') diff --git a/src/plugins/exec/exec.c b/src/plugins/exec/exec.c index 10fbd6386..aae525011 100644 --- a/src/plugins/exec/exec.c +++ b/src/plugins/exec/exec.c @@ -37,7 +37,7 @@ WEECHAT_PLUGIN_DESCRIPTION(N_("Execution of external commands in WeeChat")); WEECHAT_PLUGIN_AUTHOR("Sébastien Helleu "); WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION); WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE); -WEECHAT_PLUGIN_PRIORITY(12000); +WEECHAT_PLUGIN_PRIORITY(13000); struct t_weechat_plugin *weechat_exec_plugin = NULL; -- cgit v1.2.3