mirror of
https://github.com/neovim/neovim.git
synced 2026-01-21 20:52:55 +10:00
Problem: - `vim.highlight` module does not follow `:help dev-name-common`, which documents the name for "highlight" as "hl". - Shorter names are usually preferred. Solution: Rename `vim.highlight` to `vim.hl`. This is not a breaking change until 2.0 (or maybe never).
73 KiB
73 KiB