File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- *syntax.txt* For Vim バージョン 9.1. Last change: 2024 Oct 20
1
+ *syntax.txt* For Vim バージョン 9.1. Last change: 2024 Oct 22
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -5935,8 +5935,8 @@ types.vim: *.[ch]
5935
5935
更されない。"b:current_syntax" は構文ファイルによって変更されるが、
5936
5936
"b:current_syntax" を一時的に保存・復元することで値が変わらないようになってい
5937
5937
る。構文ファイルによって設定された値が "w:current_syntax" に代入される。
5938
- Note: この設定によって 'spell' , 'spellcapcheck' , 'spellfile' オプションは初期
5939
- 設定に戻る 。
5938
+ Note: この設定によって 'spell' , 'spellcapcheck' , 'spellfile' および
5939
+ 'spelloptions' オプションは初期設定に戻る 。
5940
5940
5941
5941
ウィンドウの独自構文が定義されると、同じバッファの他のウィンドウで実行された構
5942
5942
文コマンド (:syntax clear を含む) が影響しなくなる。逆に、そのウィンドウで実行
Original file line number Diff line number Diff line change 1
- *syntax.txt* For Vim version 9.1. Last change: 2024 Oct 20
1
+ *syntax.txt* For Vim version 9.1. Last change: 2024 Oct 22
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -6142,7 +6142,8 @@ This will set the "w:current_syntax" variable to "foo". The value of
6142
6142
restoring "b:current_syntax", since the syntax files do set
6143
6143
"b:current_syntax". The value set by the syntax file is assigned to
6144
6144
"w:current_syntax".
6145
- Note: This resets the 'spell' , 'spellcapcheck' and 'spellfile' options.
6145
+ Note: This resets the 'spell' , 'spellcapcheck' , 'spellfile' and 'spelloptions'
6146
+ options.
6146
6147
6147
6148
Once a window has its own syntax, syntax commands executed from other windows
6148
6149
on the same buffer (including :syntax clear) have no effect. Conversely,
You can’t perform that action at this time.
0 commit comments