diff --git a/powerline/segments/common.py b/powerline/segments/common.py index 8bff0abd..a5782799 100644 --- a/powerline/segments/common.py +++ b/powerline/segments/common.py @@ -144,6 +144,8 @@ def date(pl, format='%Y-%m-%d', istime=False): :param str format: strftime-style date format string + :param bool istime: + If true then segment uses ``time`` highlight group. Divider highlight group used: ``time:divider``.