mirror of
https://github.com/neovim/neovim.git
synced 2026-02-23 02:44:53 +10:00
Problem: Currently it's only possible to test a single string match in the screen, which makes it hard match multiple strings in the screen to avoid having to compare the whole screen state. It's also not possible to test if a string match is not found in the screen. Solution: Support an array of `any` matches and also support `none`, which does a negative comparision.
58 KiB
58 KiB