screen: fix typo in screen.c

accomodate -> accommodate
This commit is contained in:
Ikko Ashimine
2021-04-29 01:45:19 +09:00
committed by GitHub
parent fbe18d9ca4
commit 136edab705

View File

@@ -1709,7 +1709,7 @@ static void win_update(win_T *wp, Providers *providers)
&& (wp->w_valid & (VALID_WCOL|VALID_WROW))
!= (VALID_WCOL|VALID_WROW)) {
// A win_line() call applied a fix to screen cursor column to
// accomodate concealment of cursor line, but in this call to
// accommodate concealment of cursor line, but in this call to
// update_topline() the cursor's row or column got invalidated.
// If they are left invalid, setcursor() will recompute them
// but there won't be any further win_line() call to re-fix the