aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ex_cmds/syntax_spec.lua
Commit message (Collapse)AuthorAge
* test: improve test conventionsdundargoc2024-04-08
| | | | Work on https://github.com/neovim/neovim/issues/27004.
* refactor: format test/*Justin M. Keyes2024-01-03
|
* coverity/56795: Fix NULL dereference in :syn keyword non-printableZyX2017-04-09
Bug was introduced 3 years earlier, in 13848aa: NULL keyword_copy was incorrectly treated as an indicator of OOM.