Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Don’t know why I broke that…
|
|
This avoids looping over each char we are pasting, making it
a lot faster (actually, should be instant).
|
|
Avoiding, for example, nickname completions when pasting a text containing
the \t char. Also, pasting is a little because it doesn’t search an associated
command for each pasted char. AWESOME.
|
|
|
|
|
|
|
|
|
|
|
|
(tab command > core command)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GPG plugin does that.
|
|
safe, and the doc says that pretty clearly. It is used to encrypt messages just before sending them (this way we can remove ALL potential in-clear bodies).
|
|
|
|
|
|
|
|
|
|
contact
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
README
src/core.py
src/tabs.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to cherry-pick.
|
|
be used in any part of the code except inside the input.
(cherry picked from commit 17e5411d8f050a3c5e5bcd010551eecac96b5911)
Conflicts:
src/tabs.py
|