File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
- *syntax.txt* For Vim バージョン 9.1. Last change: 2024 Oct 13
1
+ *syntax.txt* For Vim バージョン 9.1. Last change: 2024 Oct 20
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -5126,12 +5126,17 @@ Note: "*/" を含む文字列で行をまたぐものがあると、Cコメン
5126
5126
基本的には次のコマンドと同じである >
5127
5127
:echo g:colors_name
5128
5128
< g:colors_name が定義されていない場合は "default" と表
5129
- 示される。| +eval | 機能付きでコンパイルされていない場合
5130
- は "unknown" と表示される。
5129
+ 示される。そのパレットは、ファイル
5130
+ "$VIMRUNTIME/syntax/syncolor.vim" で定義されており、
5131
+ peachpuff と desert の旧バージョンに基づいている。
5132
+ | +eval | 機能付きでコンパイルされていない場合は
5133
+ "unknown" と表示される。
5131
5134
5132
5135
:colo[rscheme] {name} カラースキーム{name} を読み込む。これは 'runtimepath'
5133
5136
の中から "colors/{name} .vim" というファイルを検索する。
5134
5137
最初に見つかったものが読み込まれる。
5138
+ デフォルトのカラースキームを読み込むには、
5139
+ `:colo default` を使用する。
5135
5140
同様に、'packpath' 内の全てのプラグインを検索し、それ
5136
5141
ぞれについて "start" 内、"opt" 内の順で検索する。
5137
5142
Original file line number Diff line number Diff line change 1
- *syntax.txt* For Vim version 9.1. Last change: 2024 Oct 13
1
+ *syntax.txt* For Vim version 9.1. Last change: 2024 Oct 20
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -5309,12 +5309,15 @@ of colors by using the `:colorscheme` command, for example: >
5309
5309
This is basically the same as >
5310
5310
:echo g:colors_name
5311
5311
< In case g:colors_name has not been defined :colo will
5312
- output "default". When compiled without the | +eval |
5313
- feature it will output "unknown".
5312
+ output "default". Its palette is defined in the file
5313
+ "$VIMRUNTIME/syntax/syncolor.vim" and is based on
5314
+ legacy versions of peachpuff and desert. When compiled
5315
+ without the | +eval | feature it will output "unknown".
5314
5316
5315
5317
:colo[rscheme] {name} Load color scheme {name} . This searches 'runtimepath'
5316
5318
for the file "colors/{name} .vim". The first one that
5317
5319
is found is loaded.
5320
+ Use `:colo default` to load the default colorscheme.
5318
5321
Also searches all plugins in 'packpath' , first below
5319
5322
"start" and then under "opt".
5320
5323
You can’t perform that action at this time.
0 commit comments