mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 08:48:16 +00:00
docs: fix typos (#21427)
Co-authored-by: Gustavo Sampaio <gbritosampaio@gmail.com> Co-authored-by: C.D. MacEachern <craig.daniel.maceachern@gmail.com> Co-authored-by: Sean Dewar <seandewar@users.noreply.github.com> Co-authored-by: Tomas Nemec <nemi@skaut.cz>
This commit is contained in:
@@ -5414,7 +5414,7 @@ static int check_window_scroll_resize(int *size_count, win_T **first_scroll_win,
|
||||
int tot_skipcol = 0;
|
||||
|
||||
FOR_ALL_WINDOWS_IN_TAB(wp, curtab) {
|
||||
// Skip floating windows that do not have a snapshot (usually becuase they are newly-created),
|
||||
// Skip floating windows that do not have a snapshot (usually because they are newly-created),
|
||||
// as unlike split windows, creating floating windows do not cause other windows to resize.
|
||||
if (wp->w_floating && wp->w_last_topline == 0) {
|
||||
wp->w_last_topline = wp->w_topline;
|
||||
|
Reference in New Issue
Block a user