aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/match_conceal_spec.lua
Commit message (Collapse)AuthorAge
* vim-patch:7.4.1740Nova2016-09-22
| | | | | | | | 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
* functests: Check logs in lua codeZyX2016-06-10
| | | | | | It is otherwise impossible to determine which test failed sanitizer/valgrind check. test/functional/helpers.lua module return was changed so that tests which do not provide after_each function to get new check will automatically fail.
* tests: Migrate legacy test match_concealwatiko2016-02-11