Ok, think I have it, split initially splits the line after the 'a's so the next line starts with lots of spaces, then the "lookup split position" loop backs pos to the start of the line since its all spaces before the split position, the the next loop does nothing since the first character on the line is a space, so it inserts a newline there, and keeps going
--- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/848#issuecomment-168575463
