diff --git a/doc/builtin.jax b/doc/builtin.jax index 299d79384..d64edb9eb 100644 --- a/doc/builtin.jax +++ b/doc/builtin.jax @@ -1,4 +1,4 @@ -*builtin.txt* For Vim バージョン 9.1. Last change: 2024 Nov 26 +*builtin.txt* For Vim バージョン 9.1. Last change: 2024 Dec 03 VIMリファレンスマニュアル by Bram Moolenaar @@ -3787,7 +3787,7 @@ getbufvar({buf}, {varname} [, {def}]) *getbufvar()* getcellpixels() *getcellpixels()* 端末のセルのピクセルサイズの |List| を返す。 - リストの形式は [xpixels, ypixels] である。 + リストの形式は [xpixel, ypixel] である。 Unix (端末と gVim) および Windows (gVim のみ) でのみ動作する。 他のシステムまたは失敗した場合は [] を返す。 diff --git a/en/builtin.txt b/en/builtin.txt index d0f0c7b03..ac10590b1 100644 --- a/en/builtin.txt +++ b/en/builtin.txt @@ -1,4 +1,4 @@ -*builtin.txt* For Vim version 9.1. Last change: 2024 Nov 26 +*builtin.txt* For Vim version 9.1. Last change: 2024 Dec 03 VIM REFERENCE MANUAL by Bram Moolenaar @@ -3789,7 +3789,7 @@ getbufvar({buf}, {varname} [, {def}]) *getbufvar()* getcellpixels() *getcellpixels()* Returns a |List| of terminal cell pixel size. - List format is [xpixels, ypixels]. + List format is [xpixel, ypixel]. Only works on Unix (terminal and gVim) and Windows (gVim only). Returns [] on other systems or on failure.