1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 03:03:12 +02:00

core: fix detection of command in input: a single command char is considered as a command (API function "string_input_for_bufer")

This commit is contained in:
Nils Görs
2012-12-25 10:54:51 +01:00
committed by Sebastien Helleu
parent cf76379aa9
commit 67a111f7f2
2 changed files with 9 additions and 4 deletions
+3 -1
View File
@@ -1,12 +1,14 @@
WeeChat ChangeLog
=================
Sébastien Helleu <flashcode@flashtux.org>
v0.4.0-dev, 2012-12-24
v0.4.0-dev, 2012-12-25
Version 0.4.0 (under dev!)
--------------------------
* core: fix detection of command in input: a single command char is considered
as a command (API function "string_input_for_bufer")
* core: search for a fallback template when a no template is matching command
arguments
* core: add option "diff" for command /set (list options with changed value)