mirror of
https://github.com/powerline/powerline.git
synced 2025-10-17 05:39:58 +02:00
- Fixes lines where line with N tab indent is followed by a line with N+2 tab indent or greater (most of such lines were already fixed in ae92d83eae5142322ff20b9aa81eb53b0b363575, but regex used there has one flow: it does not catches lines where N=0 for which case first `\+` needs to be replaced with `*`). - Replace print(…, file=sys.stderr) with sys.stderr.write in powerline-daemon.