Skip to content

Commit e983242

Browse files
authored
Merge pull request #2581 from h-east/update-quickref
Update quickref.{txt,jax}
2 parents a92940c + c300d5f commit e983242

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/quickref.jax

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickref.txt* For Vim バージョン 9.2. Last change: 2026 Apr 07
1+
*quickref.txt* For Vim バージョン 9.2. Last change: 2026 Apr 09
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -840,6 +840,7 @@
840840
'modeline' 'ml' ファイルの先頭や末尾のモードラインを許可する
841841
'modelineexpr' 'mle' モードラインから式オプションの設定を許可する
842842
'modelines' 'mls' モードラインをチェックする行数
843+
'modelinestrict' 'mlst' モードラインでは安全なオプションのみを許可する
843844
'modifiable' 'ma' ファイルの変更許可
844845
'modified' 'mod' バッファが変更されているか
845846
'more' スクリーンを埋めるような出力で一時停止するか

en/quickref.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickref.txt* For Vim version 9.2. Last change: 2026 Apr 07
1+
*quickref.txt* For Vim version 9.2. Last change: 2026 Apr 09
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -823,6 +823,7 @@ Short explanation of each option: *option-list*
823823
'modeline' 'ml' recognize modelines at start or end of file
824824
'modelineexpr' 'mle' allow setting expression options from a modeline
825825
'modelines' 'mls' number of lines checked for modelines
826+
'modelinestrict' 'mlst' only allow safe options in modelines
826827
'modifiable' 'ma' changes to the text are not possible
827828
'modified' 'mod' buffer has been modified
828829
'more' pause listings when the whole screen is filled

0 commit comments

Comments
 (0)