Age | Commit message (Collapse) | Author |
|
Now we have to pass the textbuffer object when we want to add a line
separator.
|
|
This new features is available with M-p and M-n (previous/next).
It saves the last highlight viewed, meaning that if you scroll in the
buffer, M-n or M-p will take you to the next or previous hl compared to
the one before you started scrolling.
For convenience, going to the previous highlight of the first highlight
will take you to the bottom of the buffer, and going to the next
highlight of the last highlight will do *the same*.
If there are several highlights in one message, only the first line will
be considered a highlight.
|
|
|
|
|
|
Conflicts:
src/core.py
src/tabs.py
|
|
|
|
|
|
|
|
(thanks gio)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
chatstate and status!
|
|
|
|
|
|
horizontal bar
|
|
(it does not work perfectly as it should, but it doesn’t crash anymore, at least)
|
|
|
|
|
|
|
|
This avoids looping over each char we are pasting, making it
a lot faster (actually, should be instant).
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #2293
|
|
|
|
Fixes #2261
|
|
GPG plugin does that.
|
|
|
|
|
|
|
|
(cherry picked from commit 15780364cf13de0bd4c2a40d895fe77273f00ab9)
|
|
|
|
|
|
fixes #2180
|
|
|
|
|
|
Fixes #2259
|
|
|
|
adds state, that are computed to the current theme color)
|
|
|
|
You can now see by the space appended at the end if it was the only one.
It lets you complete arguments without having to add a stupid space after the command name
|