mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 04:16:38 +02:00
6d7f10ef20
For example typing this on core buffer: /t1 /t2 was not executing the two commands but sent the text to the buffer instead. This is because WeeChat thinks it's a path, and the newline should indicate it's not (like a space before the next slash: "/t1 /t2" is a command, not a path, but "/t1/t2" is considered a path).