powerline/powerline
ZyX 26365a9620 Split powerline.segments.common into a number of modules
Note: some modules (i.e wthr and bat) have their names in order to avoid the 
situation when module name matches segment name:

    import powerline.segments.common.weather

will import weather segment because `powerline.segments.common` contains line 
`from powerline.segments.common.weather import weather`.

Fixes #1083
2014-09-21 02:00:37 +04:00
..
bindings Get rid of double quotes where possible 2014-09-20 18:12:39 +04:00
config_files Replace segment-local modes with highlight_group_prefix option 2014-09-05 20:00:20 +04:00
lib Get rid of double quotes where possible 2014-09-20 18:12:39 +04:00
lint Commit quote changes left from previous branch 2014-09-21 00:49:49 +04:00
listers Replace segment-local modes with highlight_group_prefix option 2014-09-05 20:00:20 +04:00
matchers Compare bytes() objects in matcher functions 2014-09-14 14:26:42 +04:00
renderers Get rid of double quotes where possible 2014-09-20 18:12:39 +04:00
segments Split powerline.segments.common into a number of modules 2014-09-21 02:00:37 +04:00
selectors Use new functionality to replace tabbuflister and single_tab segment 2014-09-05 20:00:19 +04:00
__init__.py Use powerline.lib.encoding* in place of sys.get*encoding/locale.get* 2014-09-17 00:05:10 +04:00
colorscheme.py Assume highlight group is always an iterable 2014-09-05 20:00:20 +04:00
config.py Unify imports 2014-09-01 00:25:24 +04:00
ipython.py Unify imports 2014-09-01 00:25:24 +04:00
renderer.py Replace all ASCII ' with Unicode ’ in comments and docstrings 2014-09-20 17:48:15 +04:00
segment.py Remove `{module}.{function}` default highlighting group 2014-09-05 20:00:21 +04:00
shell.py Unify imports 2014-09-01 00:25:24 +04:00
theme.py Replace all ASCII ' with Unicode ’ in comments and docstrings 2014-09-20 17:48:15 +04:00
vim.py Get rid of double quotes where possible 2014-09-20 18:12:39 +04:00