diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2024-10-20 16:44:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-20 16:44:39 -0700 |
| commit | 86832dcd1922eee37acc26310f72aa70def1514b (patch) | |
| tree | d9db0de1011d6b495e62e7a2a90d46de97f06996 /runtime/doc/vim_diff.txt | |
| parent | 8c2d45be77299d6eb70165697bc5c29898cdb25e (diff) | |
| parent | 18b43c331d8a0ed87d7cbefe2a18543b8e4ad360 (diff) | |
| download | rneovim-86832dcd1922eee37acc26310f72aa70def1514b.tar.gz rneovim-86832dcd1922eee37acc26310f72aa70def1514b.tar.bz2 rneovim-86832dcd1922eee37acc26310f72aa70def1514b.zip | |
Merge #30840 from justinmk/renamehl
Diffstat (limited to 'runtime/doc/vim_diff.txt')
| -rw-r--r-- | runtime/doc/vim_diff.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index d032baf55c..78d0329b00 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -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 |