commit | 429ab1761ea9123777c9540ddb35ffa497a7e349 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 11 15:54:45 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 11 15:54:45 2019 +0100 |
tree | 8268596b47feefa6f52135396c97973c220b26fd | |
parent | 5b69c22fd2bf0c0d32aab90ee4c7ef74259d2c4c [diff] [blame] |
patch 8.1.0721: conceal mode is not sufficiently tested Problem: Conceal mode is not sufficiently tested. Solution: Add screendump tests. Check all 'concealcursor' values.
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 941cbd3..cdf8756 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak
@@ -84,6 +84,7 @@ test_cmdline.res \ test_command_count.res \ test_comparators.res \ + test_conceal.res \ test_crypt.res \ test_cscope.res \ test_curswant.res \