summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_conceal.vim
AgeCommit message (Collapse)Author
2019-12-11patch 8.1.2421: test88 is old stylev8.1.2421Bram Moolenaar
Problem: Test88 is old style. Solution: Turn into a new style test. (Yegappan Lakshmanan, closes #5347)
2019-09-14patch 8.1.2031: cursor position wrong when resizing and using concealv8.1.2031Bram Moolenaar
Problem: Cursor position wrong when resizing and using conceal. Solution: Set the flags that the cursor position is valid when setting the row and column during redrawing. (closes #4931)
2019-08-07patch 8.1.1826: tests use hand coded feature and option checksv8.1.1826Bram Moolenaar
Problem: Tests use hand coded feature and option checks. Solution: Use the commands from check.vim in more tests.
2019-06-06patch 8.1.1483: skipped tests are not properly listedv8.1.1483Bram Moolenaar
Problem: Skipped tests are not properly listed. Solution: Throw a "Skipped" exception instead of using ":finish" or ":return".
2019-05-20patch 8.1.1362: code and data in tests can be hard to readv8.1.1362Bram Moolenaar
Problem: Code and data in tests can be hard to read. Solution: Use the new heredoc style. (Yegappan Lakshmanan, closes #4400)
2019-01-14patch 8.1.0746: highlighting not updated with conceal and 'cursorline'v8.1.0746Bram Moolenaar
Problem: Highlighting not updated with conceal and 'cursorline'. (Jason Franklin) Solution: Do not use a zero line number. Check if 'conceallevel' is set for the current window.
2019-01-11patch 8.1.0725: conceal mode is not completely testedv8.1.0725Bram Moolenaar
Problem: Conceal mode is not completely tested. Solution: Add tests for moving the cursor in Insert mode.
2019-01-11patch 8.1.0721: conceal mode is not sufficiently testedv8.1.0721Bram Moolenaar
Problem: Conceal mode is not sufficiently tested. Solution: Add screendump tests. Check all 'concealcursor' values.