mirror of
https://github.com/powerline/powerline.git
synced 2025-07-26 23:35:04 +02:00
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().
The file is empty.
Languages
Python
90.7%
Shell
7.1%
Vim Script
1.8%
C
0.4%