mirror of
https://github.com/neovim/neovim.git
synced 2026-02-19 09:58:32 +00:00
test(testterm): remove useless TermCursor highlight definition (#37827)
TermCursor already has cterm=reverse. Additionally, now that terminal buffers have a real cursor, the cterm=reverse in TermCursor no longer shows up in the screen state.
This commit is contained in:
@@ -192,7 +192,7 @@ describe('string() function', function()
|
||||
eval('add(l, l)')
|
||||
-- Regression: the below line used to crash (add returns original list and
|
||||
-- there was error in dumping partials). Tested explicitly in
|
||||
-- test/unit/api/private_t_spec.lua.
|
||||
-- test/unit/api/private_helpers_spec.lua.
|
||||
eval('add(l, function("Test1", l))')
|
||||
eq(
|
||||
[=[Vim(echo):E724: unable to correctly dump variable with self-referencing container]=],
|
||||
|
||||
Reference in New Issue
Block a user