Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.
Go to file
Kim Silkebækken 1d3c259070 Improve rendering performance
This change removes the Segment class as this takes forever to remove
from the segment array when removing low-priority segments. It has
instead been replaced by a wrapper function that works the same and
returns a working dict of all segment properties.

The regex substitution bottleneck in the vim example has been fixed by
using a single-character percent placeholder in vim segments which is
later replaced with a double percent using str.replace().
2012-11-21 11:33:10 +01:00
examples Improve rendering performance 2012-11-21 11:33:10 +01:00
lib Improve rendering performance 2012-11-21 11:33:10 +01:00
README.rst Add initial project files 2012-11-08 12:23:57 +01:00

README.rst