powerline/tools
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
..
colors.map Add tools/generate_gradients.py and tools/colors_find.py 2013-03-15 19:31:08 +04:00
colors_find.py Fix powerline style 2014-08-15 20:58:19 +04:00
generate_gradients.py Fix powerline style 2014-08-15 20:58:19 +04:00