Compare commits
4 Commits
archive/re
...
cygwin
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
16b1cb5f98 | ||
|
|
78dab71a78 | ||
|
|
2a0bd60d5f | ||
|
|
c8da8a640a |
2
todo.sh
2
todo.sh
@@ -826,7 +826,7 @@ _format()
|
||||
{
|
||||
if (match($0, /^[0-9]+ x /)) {
|
||||
print highlight("COLOR_DONE") $0 highlight("DEFAULT")
|
||||
} else if (match($0, /^[0-9]+ \([A-Z]\) /)) {
|
||||
} else if (match($0, /^[0-9]+ \([A-Z]\)[[:space:]]/)) {
|
||||
clr = highlight("PRI_" substr($0, RSTART + RLENGTH - 3, 1))
|
||||
print \
|
||||
(clr ? clr : highlight("PRI_X")) \
|
||||
|
||||
Reference in New Issue
Block a user