Files
neovim/runtime/lua/vim
Christian Clason 10a46a20ce refactor(highlight)!: optional arguments for highlight.range as table (#17462)
also update documentation

BREAKING CHANGE: signature of highlight.range is now
     vim.highlight.range(bufnr, ns, hlgroup, start, finish,
         { regtype = regtype, inclusive = inclusive, priority = priority })

Co-authored-by: Gregory Anders <8965202+gpanders@users.noreply.github.com>
2022-02-21 21:21:42 +01:00
..
2018-12-20 11:57:30 +01:00
2021-11-27 11:10:48 -05:00
2022-01-04 22:31:59 +06:00
2022-02-08 08:19:06 +08:00