File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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
840840'modeline' 'ml' ファイルの先頭や末尾のモードラインを許可する
841841'modelineexpr' 'mle' モードラインから式オプションの設定を許可する
842842'modelines' 'mls' モードラインをチェックする行数
843+ 'modelinestrict' 'mlst' モードラインでは安全なオプションのみを許可する
843844'modifiable' 'ma' ファイルの変更許可
844845'modified' 'mod' バッファが変更されているか
845846'more' スクリーンを埋めるような出力で一時停止するか
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments