Skip to content

Commit f54e126

Browse files
committed
eval.jax: small fix
1 parent ed1f71c commit f54e126

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/eval.jax

+2-2
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@ number 数定数 *expr-number*
12351235
*hex-number* *octal-number* *binary-number*
12361236

12371237
10進数、16進数(0xか0Xで始まる)、2進数(0bか0Bで始まる)、もしくは8進数(0か0oか0O
1238-
で始まる) の数定数。
1238+
で始まる)の数定数。
12391239

12401240
*floating-point-format*
12411241
浮動小数点数は次の2つの形式で書ける:
@@ -2928,7 +2928,7 @@ win_splitmove({nr}, {target} [, {options}])
29282928
winbufnr({nr}) 数値 ウィンドウ{nr}のバッファ番号
29292929
wincol() 数値 カーソル位置のウィンドウ桁
29302930
winheight({nr}) 数値 ウィンドウ{nr}の高さ
2931-
windowsversion() 文字列 MS-Windows OS バージョン
2931+
windowsversion() 文字列 MS-Windows OS のバージョン
29322932
winlayout([{tabnr}]) リスト タブ {tabnr} 内のウィンドウの配置
29332933
winline() 数値 カーソル位置のウィンドウ行
29342934
winnr([{expr}]) 数値 現在のウィンドウの番号

0 commit comments

Comments
 (0)