mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
committed by
Justin M. Keyes
parent
86c4a87fe9
commit
001e69cd46
@@ -442,7 +442,7 @@ describe('search highlighting', function()
|
||||
feed_command("call matchadd('MyGroup', 'special')")
|
||||
feed_command("call matchadd('MyGroup2', 'text', 0)")
|
||||
|
||||
-- searchhl and matchadd matches are exclusive, only the higest priority
|
||||
-- searchhl and matchadd matches are exclusive, only the highest priority
|
||||
-- is used (and matches with lower priorities are not combined)
|
||||
feed_command("/ial te")
|
||||
screen:expect([[
|
||||
|
||||
Reference in New Issue
Block a user