1
0
Fork 0
mirror of https://github.com/vim/vim synced 2025-03-26 11:45:22 +01:00

Correction of English sentences in comments.

Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
mikoto2000 2024-11-14 07:25:26 +09:00 committed by GitHub
parent 80fbbf19dd
commit 0a2b46ae3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4376,7 +4376,7 @@ f_getcellpixels(typval_T *argvars UNUSED, typval_T *rettv)
/*
* Try to get the current terminal cell size.
* If faile get cell size, -1x-1 pixel.
* On failure, returns -1x-1
*/
void
mch_calc_cell_size(struct cellsize *cs_out)