| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|\ |
|
| | |
|
|\ \ |
|
| |/ |
|
|\ \ |
|
| |/ |
|
| |
| |
| |
| | |
Thanks to stepshal, see #586
|
|\ \ |
|
| |/ |
|
|\ \ |
|
| |/ |
|
|\ \ |
|
| |/ |
|
| |
| |
| |
| | |
Thanks to @Vifon for pointing it out
|
|\ \ |
|
| |/ |
|
|\ \ |
|
| |/ |
|
| | |
|
|/ |
|
|\ |
|
| | |
|
|\ \ |
|
| |/ |
|
|\ \ |
|
| |/ |
|
|\ \ |
|
| |/ |
|
|/ |
|
|\ |
|
| |
| |
| |
| | |
remove trailing newline
|
|/ |
|
|
|
|
| |
Update commands.py
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
this will be linked in github when users open PRs or issues
|
| |
|
|
|
|
| |
Related to #546
|
|
|
|
|
|
|
| |
line_numbers now takes a string rather than a bool, with the valid
values "false", "absolute" and "relative".
Related to #546
|
|\ |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
This is changed back from the amount of number of digits in number of
files in directory. Computing proper relative line numbers requires
recalculation of line numbers for each line (even for cached lines), so
there will be no visible ragged line numbers with this setting.
|