mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 04:46:37 +02:00
9b9ec62a8e
When the input buffer contains non word characters at the end, /input move_next_word will stop moving at the end of the last word. This is a bit confusing and not in line with what readline does (think bash). When there are no words left in the input buffer, make /input move_next_word go to the end of line. Signed-off-by: Robin Jarry <robin@jarry.cc>