Merge pull request #1555 from ychin/getcellpixels-update-docs-delay

Update getcellpixels() docs to point out the delay in MacVim GUI
This commit is contained in:
Yee Cheng Chin
2025-02-13 19:24:55 -08:00
committed by GitHub
+2
View File
@@ -3885,6 +3885,8 @@ getcellpixels() *getcellpixels()*
On macOS, system Terminal.app returns sizes in points (before
Retina scaling), whereas third-party terminals return raw pixel
sizes (post Retina scaling).
In MacVim, there is a small delay after startup or changing
'guifont' before this will return the updated values.
Return type: list<any>