mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
docs: fix typos (#21196)
Co-authored-by: zeertzjq <zeertzjq@outlook.com> Co-authored-by: Raphael <glephunter@gmail.com> Co-authored-by: Gregory Anders <greg@gpanders.com>
This commit is contained in:
@@ -236,7 +236,7 @@ void nvim_set_hl_ns_fast(Integer ns_id, Error *err)
|
||||
///
|
||||
/// @param keys to be typed
|
||||
/// @param mode behavior flags, see |feedkeys()|
|
||||
/// @param escape_ks If true, escape K_SPECIAL bytes in `keys`
|
||||
/// @param escape_ks If true, escape K_SPECIAL bytes in `keys`.
|
||||
/// This should be false if you already used
|
||||
/// |nvim_replace_termcodes()|, and true otherwise.
|
||||
/// @see feedkeys()
|
||||
|
Reference in New Issue
Block a user