mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 04:16:38 +02:00
6f3a67fdc1
It seemed strange to me to have word_end_offset point to the last character in the word, rather than the character after the word, especially now with the word stopping before a newline character which meant word_end_offset would be -1 if there was no characters before the newline character.