Actually it uses Scintilla's SCI_GETCOLUMN which considers tabs and multibyte 
chars to decide if it needs to break, which is correct.

But then starts searching backwards for a space from a byte offset from line 
start instead of counting backward from current `pos` until its inside the 
column according to `SCI_GETCOLUMN`, then searching backwards for the space.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1958#issuecomment-422963280

Reply via email to