mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-05 03:17:50 +08:00
28798ac053
I stumbled across a comment that began with "XXX". It was clearly meant as a "TODO" comment. This changes all such occurrences. However, a few "XXX" comments are ambiguous and a better prefix might be "WARNING". The "TODO" prefix at least ensures someone, eventually, looks into the situation and either rewords the comment or fixes the problem. This change means everyone can assume searching for "// TODO" will find all such comments rather than requiring they also know to search for "// XXX". |
||
---|---|---|
.. | ||
color_test.go | ||
color.go | ||
key_test.go | ||
key.go | ||
style_test.go | ||
style.go | ||
styling_test.go | ||
styling.go | ||
text_segment_test.go | ||
text_segment.go | ||
text_test.go | ||
text_util_test.go | ||
text_util.go | ||
text.go | ||
ui.go |