Skip to content

Commit f89bda1

Browse files
committed
Update by original
1 parent 63853b8 commit f89bda1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/options.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -3539,7 +3539,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
35393539
英数字、'-'、'_' のみ使用できる。
35403540

35413541
*'fillchars'* *'fcs'*
3542-
'fillchars' 'fcs' 文字列 (既定では "vert:|,fold:-,eob:~")
3542+
'fillchars' 'fcs' 文字列 (既定では "vert:|,fold:-,eob:~,lastline:@")
35433543
グローバル/ウィンドウについてローカル |global-local|
35443544
ウィンドウのステータス行、垂直分割の区切り、特殊行を埋める文字。
35453545
これはコンマで区切られた項目のリストである。各項目には、名前、コロン、

en/options.txt

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

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -3515,7 +3515,7 @@ A jump table for the options with a short description can be found at |Q_op|.
35153515
Only alphanumeric characters, '-' and '_' can be used.
35163516

35173517
*'fillchars'* *'fcs'*
3518-
'fillchars' 'fcs' string (default "vert:|,fold:-,eob:~")
3518+
'fillchars' 'fcs' string (default "vert:|,fold:-,eob:~,lastline:@")
35193519
global or local to window |global-local|
35203520
Characters to fill the statuslines, vertical separators and special
35213521
lines in the window.

0 commit comments

Comments
 (0)