murisfurder / vim

Automatically exported from code.google.com/p/vim
0 stars 0 forks source link

linebreak causes control characters to display incorrectly #238

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open vim, enter some control characters (^A, ^B, ^C)
2. :set linebreak

What is the expected output? What do you see instead?
Expect to see "^A^B^C", instead it shows "^^^".

What version of the product are you using? On what operating system?
Vim 7.4.364 on Linux.

Please provide any additional information below.
An hg bisect gives v7-4-353 as the first bad revision.

Original issue reported on code.google.com by kimmy.li...@gmail.com on 14 Jul 2014 at 12:18

GoogleCodeExporter commented 9 years ago
Fixed by 7.4.371

Original comment by chrisbr...@googlemail.com on 2 Oct 2014 at 7:45