powerline/powerline
ZyX 446eb42ea8 Replace various __import__ calls with one Powerline.get_module_attr
Also makes some more errors non-fatal:
- Failure to import renderer class in case there is an existing renderer object
- Failure to import segment function
- Failure to import matcher function

One of the purposes: create a function that is able to collect all imported
modules to reload them (really purge out from `sys.modules` and let the python
do its job when reimporting powerline and recreating Powerline and other
objects).
2014-08-16 18:17:06 +04:00
..
bindings another workaround for _powerline_tmux_setenv() issue with bash-4.2.45 2014-08-15 23:17:00 -04:00
config_files Add bufnr and modified_indicator segments to tabline 2014-08-16 14:37:13 +04:00
lib Remove in-method imports from inotify 2014-08-16 15:06:57 +04:00
lint Use buf_nc and tab_nc modes in listers 2014-08-16 13:51:26 +04:00
listers Use buf_nc and tab_nc modes in listers 2014-08-16 13:51:26 +04:00
matchers Alter plugin layout: move *.plugin to *.{ext}.plugin 2014-08-15 19:17:50 +04:00
renderers Fix powerline style 2014-08-15 20:58:19 +04:00
segments Move listers to powerline.listers.vim module 2014-08-16 12:39:27 +04:00
__init__.py Replace various __import__ calls with one Powerline.get_module_attr 2014-08-16 18:17:06 +04:00
colorscheme.py Initial support for #770 2014-07-12 12:20:40 +04:00
config.py Add `powerline-config shell command` and use it in all shell bindings 2014-08-02 21:31:00 +04:00
ipython.py Rearrange renderers: move *_prompt modules one level up 2014-08-15 19:27:10 +04:00
renderer.py Fix exclude_/include_modes support with new segment['mode'] key 2014-08-16 14:37:13 +04:00
segment.py Replace various __import__ calls with one Powerline.get_module_attr 2014-08-16 18:17:06 +04:00
shell.py Fix powerline style 2014-08-15 20:58:19 +04:00
theme.py Replace various __import__ calls with one Powerline.get_module_attr 2014-08-16 18:17:06 +04:00
vim.py Replace various __import__ calls with one Powerline.get_module_attr 2014-08-16 18:17:06 +04:00