aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vigouroux <tomvig38@gmail.com>2020-12-27 17:56:09 +0100
committerGitHub <noreply@github.com>2020-12-27 17:56:09 +0100
commitf2be59d8f80f2a1a68d5976b9cec3fa55da3700e (patch)
treef1b68d8d474107a26c5962d6873ba88f60f65f41
parentc64cce906e7ed828d331e1786c985ff7aa734546 (diff)
parentb9c48e1d75b680c2e6fcacbdb58b3e5216c4853f (diff)
downloadrneovim-f2be59d8f80f2a1a68d5976b9cec3fa55da3700e.tar.gz
rneovim-f2be59d8f80f2a1a68d5976b9cec3fa55da3700e.tar.bz2
rneovim-f2be59d8f80f2a1a68d5976b9cec3fa55da3700e.zip
Merge pull request #13611 from HARSH-SHETH/typo
Fixed a typo.
-rw-r--r--runtime/doc/api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt
index 7a3af78ab4..c4b4594290 100644
--- a/runtime/doc/api.txt
+++ b/runtime/doc/api.txt
@@ -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
external highlighter plugin wants to add many highlights in a batch,
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|):
>