1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 10:43:13 +02:00

alias: give higher priority to aliases (2000) so that they take precedence over an existing command

This commit is contained in:
Sebastien Helleu
2012-12-02 13:13:24 +01:00
parent c89124aadc
commit 1fa23e6d9c
2 changed files with 22 additions and 8 deletions
+2
View File
@@ -33,6 +33,8 @@ Version 0.4.0 (under dev!)
shuffle list of hosts for a same address, add argument "retry" for
hook_connect, move "sock" from hook_connect arguments to callback of
hook_connect (task #11205)
* alias: give higher priority to aliases (2000) so that they take precedence
over an existing command
* aspell: add bar items "aspell_dict" (dictionary used on current buffer) and
"aspell_suggest" (suggestions for misspelled word at cursor), add option
aspell.check.suggestions (task #12061)