diff options
| author | watiko <service@mail.watiko.net> | 2016-02-09 17:03:27 +0900 |
|---|---|---|
| committer | watiko <service@mail.watiko.net> | 2016-02-11 15:08:31 +0900 |
| commit | 133ef7e4654c0a9946825ec7c09aec77a472d4c4 (patch) | |
| tree | c3201183d9ef870029d93d7033cd253ff5f7edd7 /src/nvim/testdir/Makefile | |
| parent | 84281bf675f77f417d26a68611406ef43fd82f7f (diff) | |
| download | rneovim-133ef7e4654c0a9946825ec7c09aec77a472d4c4.tar.gz rneovim-133ef7e4654c0a9946825ec7c09aec77a472d4c4.tar.bz2 rneovim-133ef7e4654c0a9946825ec7c09aec77a472d4c4.zip | |
vim-patch:7.4.792
Problem: Can only conceal text by defining syntax items.
Solution: Use matchadd() to define concealing. (Christian Brabandt)
https://github.com/vim/vim/commit/6561d52ecbe6e24d1b90403078cc8b76c53c42fc
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index d1a7abfbf7..7495508a80 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -29,6 +29,7 @@ SCRIPTS := \ test_close_count.out \ test_command_count.out \ test_marks.out \ + test_match_conceal.out \ NEW_TESTS = |