diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-10-29 09:02:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-29 16:02:32 +0800 |
commit | 2dc9ceb99c018b15dcf0c443cad46efecccaf94e (patch) | |
tree | f1850d042c6628949b52d16e53912dd14683b298 /src/nvim/keycodes.c | |
parent | 0da27e9bdec14acf82731c4d5e0ad7d673697af7 (diff) | |
download | rneovim-2dc9ceb99c018b15dcf0c443cad46efecccaf94e.tar.gz rneovim-2dc9ceb99c018b15dcf0c443cad46efecccaf94e.tar.bz2 rneovim-2dc9ceb99c018b15dcf0c443cad46efecccaf94e.zip |
docs: small fixes (#25585)
Co-authored-by: tmummert <doczook@gmx.de>
Co-authored-by: parikshit adhikari <parikshitadhikari@gmail.com>
Diffstat (limited to 'src/nvim/keycodes.c')
-rw-r--r-- | src/nvim/keycodes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/keycodes.c b/src/nvim/keycodes.c index d23fcaf368..e0279e39b6 100644 --- a/src/nvim/keycodes.c +++ b/src/nvim/keycodes.c @@ -880,7 +880,7 @@ int get_mouse_button(int code, bool *is_click, bool *is_drag) /// REPTERM_DO_LT also translate <lt> /// REPTERM_NO_SPECIAL do not accept <key> notation /// REPTERM_NO_SIMPLIFY do not simplify <C-H> into 0x08, etc. -/// @param[out] did_simplify set when some <C-H> code was simplied, unless it is NULL. +/// @param[out] did_simplify set when some <C-H> code was simplified, unless it is NULL. /// @param[in] cpo_flags Relevant flags derived from p_cpo, see CPO_TO_CPO_FLAGS. /// /// @return The same as what `*bufp` is set to. |