Get rid of linum width jitter at low line number counts by setting a

minimum linum width
This commit is contained in:
2016-01-05 14:04:33 -08:00
parent 0a01c89ac7
commit b54fd3c8aa
3 changed files with 16 additions and 3 deletions

View File

@@ -369,7 +369,7 @@ function timestamp {
}
function parse_timestamp {
date -d "@$(echo $1 | cut -c -10)"
date -d "@$(echo $1 | cut -c -10)" -Iseconds
}
function clear_path {