mirror of
https://github.com/neovim/neovim.git
synced 2026-04-23 07:45:32 +00:00
refactor: rename vim.highlight => vim.hl
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).
This commit is contained in:
@@ -249,7 +249,7 @@ backwards-compatibility cost. Some examples:
|
||||
|
||||
Some features are built in that otherwise required external plugins:
|
||||
|
||||
- Highlighting the yanked region, see |vim.highlight|.
|
||||
- Highlighting the yanked region, see |vim.hl|.
|
||||
|
||||
ARCHITECTURE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user