mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +02:00
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.