Thomas wrote:
I set showbreak to ¦ (some extended character). This works fine for latin1 etc. but causes troubles when the encoding is utf8. Cursor position, col() & virtcol() values etc. are miscalculated for (soft)wrapped lines.Regards, Thomas.
If you aren't working in a Unicode locale, you might try to switch the order of your ":set showbreak" and ":set encoding" statements.
Best regards, Tony.