powerline/tests/lib
ZyX ae92d83eae Fix powerline style
Specifically I searched for all lines that are more then one tab off compared to 
the previous line with

    BufGrep /\(^\t\+\)\S.*\n\1\t\t\+/

and replaced them with something more appropriate. Most of time this resulted in 
a few more newlines, but there are cases when I used mixed tabs/spaces 
indentation+alignment.
2014-08-15 20:58:19 +04:00
..
__init__.py Fix powerline style 2014-08-15 20:58:19 +04:00
config_mock.py Refactor config_mock module to not use globals and fix tests 2014-08-05 13:56:02 +04:00
fsconfig.py Ignore IOError’s in ConfigLoader.update 2014-07-26 01:46:54 +04:00