Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
(user's guide)
|
|
command /eval (closes #35)
|
|
|
|
|
|
regex ending with "\t")
|
|
|
|
|
|
|
|
to last buffer
New key alt-j,alt-f is bound by default to "/buffer -".
The existing key alt-j,alt-l is now bound by default to "/buffer +".
|
|
|
|
core: update Japanese translations
|
|
|
|
Add a reference to user's guide, do not ask user to send the crash log
file any more (it may have private data and is not needed in most cases).
|
|
If there are still data on socket with SSL
(if gnutls_record_check_pending(session) returns > 0), then call
gnutls_record_recv() again to read all available data.
The problem was that some data remained in the gnutls buffers and the recv
callback was not called any more (nothing available on raw socket).
|
|
|
|
(closes #27)
|
|
|
|
|
|
|
|
|
|
|
|
It is possible to force shell by default with this command:
/set exec.command.default_options "-sh"
|
|
|
|
The bug was introduced by commit 8fac1eea40d6306c27bd854f8ae7bd0c35632fc9
which purpose was to not scroll to the end of buffer with "/window scroll -N"
when the top of buffer is displayed.
This commit is adding the syntax "--N" to force a scroll from the end (only
used by "/window scroll_bottom").
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
by "auto"
|
|
|
|
"string"
|
|
|
|
|
|
|
|
|
|
Looks like the variable name "stdout" is a problem on OpenBSD (macro?).
So "stdout" and "stderr" are renamed to "out" an "err".
|
|
|