summaryrefslogtreecommitdiff
path: root/src/testdir/test_display.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.0524: folds messed upv8.0.0524Bram Moolenaar2017-03-291-0/+10
| | | | | Problem: Folds are messed up when 'encodin' is "utf-8". Solution: Also set the fold character when it's not multi-byte.
* patch 8.0.0518: bad fold text when a multi-byte char has a zero bytev8.0.0518Bram Moolenaar2017-03-291-18/+38
| | | | | | | Problem: Storing a zero byte from a multi-byte character causes fold text to show up wrong. Solution: Avoid putting zero in ScreenLines. (Christian Brabandt, closes #1567)
* patch 8.0.0128v8.0.0128Bram Moolenaar2016-12-091-0/+2
| | | | | Problem: Display test fails on MS-Windows. Solution: Set 'isprint' to "@".
* patch 8.0.0126v8.0.0126Bram Moolenaar2016-12-091-0/+37
Problem: Display problem with 'foldcolumn' and a wide character. (esiegerman) Solution: Don't use "extra" but an allocated buffer. (Christian Brabandt, closes #1310)