Merge pull request #13611 from HARSH-SHETH/typo

Fixed a typo.
This commit is contained in:
Thomas Vigouroux
2020-12-27 17:56:09 +01:00
committed by GitHub

View File

@@ -376,7 +376,7 @@ on writing and loading a buffer to file, nor in undo/redo cycles.
Highlights are registered using the |nvim_buf_add_highlight()| function. If an Highlights are registered using the |nvim_buf_add_highlight()| function. If an
external highlighter plugin wants to add many highlights in a batch, external highlighter plugin wants to add many highlights in a batch,
performance can be improved by calling |nvim_buf_add_highlight()| as an performance can be improved by calling |nvim_buf_add_highlight()| as an
asynchronous notification, after first (synchronously) reqesting a source id. asynchronous notification, after first (synchronously) requesting a source id.
Example using the Python API client (|pynvim|): Example using the Python API client (|pynvim|):
> >