Consistent spacing for \ continuation in _list

This commit is contained in:
Ed Blackman
2009-03-13 16:34:25 -04:00
parent d6f00ca42f
commit ed8e8e24d9

View File

@@ -394,13 +394,13 @@ _list() {
s/\(.*([D-Z]).*\)/'$PRI_X'\1 '$DEFAULT'/g;
}
''' \
| eval ${filter_command:-cat} \
| sort -f -k2 \
| eval ${filter_command:-cat} \
| sort -f -k2 \
| sed '''
s/'${HIDE_PRIORITY_SUBSTITUTION:-^}'//g
s/'${HIDE_PROJECTS_SUBSTITUTION:-^}'//g
s/'${HIDE_CONTEXTS_SUBSTITUTION:-^}'//g
''' \
''' \
)
echo -e "$command"