Skip to content

Commit 7e091bc

Browse files
authored
Merge pull request #2468 from h-east/update-options
Update options.{txt,jax}
2 parents c0f12c2 + 7c5a6af commit 7e091bc

2 files changed

Lines changed: 13 additions & 7 deletions

File tree

doc/options.jax

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.1. Last change: 2026 Jan 07
1+
*options.txt* For Vim バージョン 9.1. Last change: 2026 Jan 11
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -7009,6 +7009,9 @@ Note 1番目の形式では、行全体がオプション指定に使われる
70097009
|quickfix-window-function| を参照。値として関数名、|lambda|、|Funcref|
70107010
が使える。詳細は |option-value-function| を参照。
70117011

7012+
'qftf' |textlock| を評価中にテキストを変更したり、別のウィンドウにジャ
7013+
ンプしたりすることはできない。
7014+
70127015
セキュリティ上の理由から、このオプションを |modeline| または |sandbox|
70137016
内で設定することはできない。
70147017

en/options.txt

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2026 Jan 07
1+
*options.txt* For Vim version 9.1. Last change: 2026 Jan 11
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -4278,11 +4278,11 @@ A jump table for the options with a short description can be found at |Q_op|.
42784278
When on, the library function fsync() will be called after writing a
42794279
file. This will flush a file to disk, ensuring that it is safely
42804280
written even on filesystems which do metadata-only journaling. This
4281-
will force the harddrive to spin up on Linux systems running in laptop
4282-
mode, so it may be undesirable in some situations. Be warned that
4283-
turning this off increases the chances of data loss after a crash. On
4284-
systems without an fsync() implementation, this variable is always
4285-
off.
4281+
will force the hard drive to spin up on Linux systems running in
4282+
laptop mode, so it may be undesirable in some situations. Be warned
4283+
that turning this off increases the chances of data loss after a
4284+
crash. On systems without an fsync() implementation, this variable is
4285+
always off.
42864286
This is a |global-local| option, so it can be set per buffer, for
42874287
example when writing to a slow filesystem.
42884288
Also see 'swapsync' for controlling fsync() on swap files.
@@ -6973,6 +6973,9 @@ A jump table for the options with a short description can be found at |Q_op|.
69736973
|lambda| or a |Funcref|. See |option-value-function| for more
69746974
information.
69756975

6976+
It is not allowed to change text or jump to another window while
6977+
evaluating 'qftf' |textlock|.
6978+
69766979
This option cannot be set from a |modeline| or in the |sandbox|, for
69776980
security reasons.
69786981

0 commit comments

Comments
 (0)