diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-02-20 08:12:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-20 15:12:59 +0800 |
commit | b62c0c8d9c22ae7fc9ee200733f8312efa6dbced (patch) | |
tree | 8d7cef5b70f6a4d1023242a5b37b4ece50837bc6 /src/nvim/edit.c | |
parent | 8784f064f15e5ae0b6bc85c2972ec16c64656e2b (diff) | |
download | rneovim-b62c0c8d9c22ae7fc9ee200733f8312efa6dbced.tar.gz rneovim-b62c0c8d9c22ae7fc9ee200733f8312efa6dbced.tar.bz2 rneovim-b62c0c8d9c22ae7fc9ee200733f8312efa6dbced.zip |
docs: fix typos (#21961)
Co-authored-by: Ben Morgan <cassava@iexu.de>
Diffstat (limited to 'src/nvim/edit.c')
-rw-r--r-- | src/nvim/edit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/edit.c b/src/nvim/edit.c index ff7899d0eb..8b74593360 100644 --- a/src/nvim/edit.c +++ b/src/nvim/edit.c @@ -2791,7 +2791,7 @@ static char_u *replace_stack = NULL; static ssize_t replace_stack_nr = 0; // next entry in replace stack static ssize_t replace_stack_len = 0; // max. number of entries -/// Push character that is replaced onto the the replace stack. +/// Push character that is replaced onto the replace stack. /// /// replace_offset is normally 0, in which case replace_push will add a new /// character at the end of the stack. If replace_offset is not 0, that many |