Skip to content

Commit 5104f88

Browse files
committed
Update builtin.{txt,jax}
1 parent 69ef9d2 commit 5104f88

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/builtin.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim バージョン 9.1. Last change: 2024 Nov 26
1+
*builtin.txt* For Vim バージョン 9.1. Last change: 2024 Dec 03
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -3787,7 +3787,7 @@ getbufvar({buf}, {varname} [, {def}]) *getbufvar()*
37873787

37883788
getcellpixels() *getcellpixels()*
37893789
端末のセルのピクセルサイズの |List| を返す。
3790-
リストの形式は [xpixels, ypixels] である。
3790+
リストの形式は [xpixel, ypixel] である。
37913791

37923792
Unix (端末と gVim) および Windows (gVim のみ) でのみ動作する。
37933793
他のシステムまたは失敗した場合は [] を返す。

en/builtin.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim version 9.1. Last change: 2024 Nov 26
1+
*builtin.txt* For Vim version 9.1. Last change: 2024 Dec 03
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -3789,7 +3789,7 @@ getbufvar({buf}, {varname} [, {def}]) *getbufvar()*
37893789

37903790
getcellpixels() *getcellpixels()*
37913791
Returns a |List| of terminal cell pixel size.
3792-
List format is [xpixels, ypixels].
3792+
List format is [xpixel, ypixel].
37933793

37943794
Only works on Unix (terminal and gVim) and Windows (gVim only).
37953795
Returns [] on other systems or on failure.

0 commit comments

Comments
 (0)