| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Not having this has caused me much annoyance over the years.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a configuration option to set a custom editor command,
different from EDITOR or VISUAL--those remain as defaults.
Implement substitutions allowing to convey cursor information
to VIM and Emacs (the latter of which is fairly painful to cater to),
and put usage hints in the configuration option's description.
This should make the editing experience a bit more seamless
for users, even though the position is carried over in one way only.
No sophisticated quoting capabilities were deemed necessary,
it is a lot of code already. The particular syntax is inspired
by .desktop files and systemd.
["/bin/sh", "-c", "vim +$2go \"$1\"", filename, position, line, column]
would be a slightly simpler but cryptic way of implementing this.
|
|
|
|
| |
Omitting even this hack was a huge hit to overall usability.
|
|
|
|
|
| |
For some reason Editline inserts it verbatim,
but in a more broken manner than it has with ^V^J.
|
| |
|
|
|
|
|
|
| |
It's hard to think of anything actually good here.
This would be an exceptionally rare thing to do, anyway.
|
|
|
|
|
| |
You're not fucking supposed to require a fucking registration
on fucking IRC networks.
|
|
|
|
| |
So let's not confuse ourselves.
|
| |
|
|
|
|
|
|
|
| |
First, we indexed the colour array without a required offset.
Second, the data type was too small and overflowed negative.
Detected during a refactor, which this is a part of.
|
| |
|
|
I'm not entirely sure, but it looks like some people might not like
jokes about the Holocaust.
On a more serious note, the project has become more serious over
the 7 or so years of its existence.
|