unittests,syntax: Check for sanity of highlight_init_cmdline

Also fixes some errors found.
This commit is contained in:
ZyX
2017-11-12 16:59:36 +03:00
parent 45445e2e03
commit 556451a7f2
4 changed files with 169 additions and 8 deletions

View File

@@ -899,7 +899,6 @@ describe('Expressions coloring support', function()
]])
end)
-- FIXME: Test expr coloring when using -u NORC and -u NONE.
-- FIXME: Test all highlight groups, using long expression.
-- FIXME: Test different ways of triggering expression highlighting (:<C-r>=,
-- i<C-r>=, :<C-\>e, "=).
end)