mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 00:46:30 +00:00
docs: small fixes (#26651)
Co-authored-by: Gregory Anders <greg@gpanders.com> Co-authored-by: WillLillis <wlillis@umass.edu>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user