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/Make_all.mak b/src/Make_all.mak index 949d0a3..7b85811 100644 --- a/src/Make_all.mak +++ b/src/Make_all.mak
@@ -33,6 +33,7 @@ test_command_count \ test_comparators \ test_compiler \ + test_conceal \ test_crypt \ test_cscope \ test_cursor_func \