diff options
| author | Nova <novadev94@gmail.com> | 2016-09-21 17:15:37 +0700 |
|---|---|---|
| committer | Nova <novadev94@gmail.com> | 2016-09-22 01:46:30 +0700 |
| commit | a20a00459c8e9272f6dc9b09f42b7ff329da0eea (patch) | |
| tree | 8af629876451baccff1c7335955d6426f68ea295 /src/nvim/testdir/Makefile | |
| parent | baf91a455c50ce146230c4cd32c6aedcfa7b9f80 (diff) | |
| download | rneovim-a20a00459c8e9272f6dc9b09f42b7ff329da0eea.tar.gz rneovim-a20a00459c8e9272f6dc9b09f42b7ff329da0eea.tar.bz2 rneovim-a20a00459c8e9272f6dc9b09f42b7ff329da0eea.zip | |
vim-patch:7.4.1740
Problem: syn-cchar defined with matchadd() does not appear if there are no
other syntax definitions which matches buffer text.
Solution: Check for startcol. (Ozaki Kiichi, haya14busa, closes vim/vim#757)
https://github.com/vim/vim/commit/4d585022023b96f6507e8cae5ed8fc8d926f5140
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 10d26bd8cf..4d21887240 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -41,6 +41,7 @@ NEW_TESTS = \ test_viml.res \ test_visual.res \ test_window_id.res \ + test_matchadd_conceal.res \ test_alot.res SCRIPTS_GUI := test16.out |