| Age | Commit message (Collapse) | Author |
|
|
|
time_t has a resolution of one second, which cause troubles when
a file changes multiple time during that same second.
|
|
the number_lines highlighter accepts a -separator <arg> switch
to change the default '│' separator.
Fixes #295
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
utf8::iterator now knows the iterator valid range, and pass
it to utf8 functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
No need to define a default face there, we will pass a default face
to UserInterface::draw_status later.
|
|
|
|
|
|
modelinefmt is first sent through a command line expander (so %sh{...},
%val{...} et al. are expanded), then through markup expand (so that
{face} are interpreted as well)
|
|
The syntax is simply {face} to enable the given face, use \{ to
escape a {, and \\ to escape a \.
|
|
<c-x><c-f> should be accepted, as it is cumbersome to unpress
control before hitting f in that case.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #408
|
|
|
|
|
|
|
|
getlogin() can fail when stdin is not a tty on certain configuration
as it needs to find a controling terminal.
|
|
|
|
|
|
|
|
Fixes #406
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|