diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-06-04 05:56:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-04 11:56:36 +0800 |
commit | ff20d40321399fa187bd350f9619cf6418d7eb6e (patch) | |
tree | 7b216dffabe674e778f5a72a41d128f416df2591 /src/nvim/state.c | |
parent | 86cc33a46412081779b8e6d147c76a2d4d0d7f0f (diff) | |
download | rneovim-ff20d40321399fa187bd350f9619cf6418d7eb6e.tar.gz rneovim-ff20d40321399fa187bd350f9619cf6418d7eb6e.tar.bz2 rneovim-ff20d40321399fa187bd350f9619cf6418d7eb6e.zip |
docs: fix typos (#18269)
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Co-authored-by: Dan Sully <dan+github@sully.org>
Co-authored-by: saher <msaher.shair@gmail.com>
Co-authored-by: Stephan Seitz <stephan.seitz@fau.de>
Co-authored-by: Benedikt Mùˆller <d12bb@posteo.de>
Co-authored-by: Andrey Mishchenko <mishchea@gmail.com>
Co-authored-by: Famiu Haque <famiuhaque@protonmail.com>
Co-authored-by: Oliver Marriott <hello@omarriott.com>
Diffstat (limited to 'src/nvim/state.c')
-rw-r--r-- | src/nvim/state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/state.c b/src/nvim/state.c index f075dd772a..6475105192 100644 --- a/src/nvim/state.c +++ b/src/nvim/state.c @@ -137,7 +137,7 @@ bool virtual_active(void) || ((cur_ve_flags & VE_INSERT) && (State & MODE_INSERT)); } -/// MODE_VISUAL, MODE_SELECTMODE and MODE_OP_PENDING State are never set, they are +/// MODE_VISUAL, MODE_SELECT and MODE_OP_PENDING State are never set, they are /// equal to MODE_NORMAL State with a condition. This function returns the real /// State. int get_real_state(void) |