mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 21:18:34 +00:00
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>
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user