Remove the tabcompletion space at end of text
authorBas Pape <baspape@gmail.com>
Thu, 24 Sep 2015 18:11:48 +0000 (20:11 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 2 Jan 2016 16:34:55 +0000 (17:34 +0100)
commitbf17ed48669a623ca447c35324f61360c98a9152
treeea159d9fb5feb1500e98d4ff605a40a59de84e26
parent8fd3e7ba1a2978b5a24886b2fb5eed5a1459c412
Remove the tabcompletion space at end of text

The "add space after nick when completing mid-sentence" option
introduced by 84381d6 left the space even if it turned out to be at
the end. Remove it again if the text hasn't changed when sending the
text.
src/uisupport/multilineedit.cpp
src/uisupport/multilineedit.h
src/uisupport/tabcompleter.cpp