diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-12-28 03:28:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-28 10:28:48 +0800 |
commit | 714b075197c02d27d5c05133759ae97bed279b50 (patch) | |
tree | 11f8859706d2b77256717abb4d3df6ad130a904a /src/nvim/eval/window.c | |
parent | 46ceefb52be6b014dd27b6adfbca3e1c9dff0c0c (diff) | |
download | rneovim-714b075197c02d27d5c05133759ae97bed279b50.tar.gz rneovim-714b075197c02d27d5c05133759ae97bed279b50.tar.bz2 rneovim-714b075197c02d27d5c05133759ae97bed279b50.zip |
docs: small fixes (#26651)
Co-authored-by: Gregory Anders <greg@gpanders.com>
Co-authored-by: WillLillis <wlillis@umass.edu>
Diffstat (limited to 'src/nvim/eval/window.c')
-rw-r--r-- | src/nvim/eval/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/eval/window.c b/src/nvim/eval/window.c index 02f214f262..230aec6abc 100644 --- a/src/nvim/eval/window.c +++ b/src/nvim/eval/window.c @@ -485,7 +485,7 @@ void f_tabpagewinnr(typval_T *argvars, typval_T *rettv, EvalFuncData fptr) /// Switch to a window for executing user code. /// Caller must call win_execute_after() later regardless of return value. /// -/// @return whether switching the window succeded. +/// @return whether switching the window succeeded. bool win_execute_before(win_execute_T *args, win_T *wp, tabpage_T *tp) { args->wp = wp; |