File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
- *indent.txt* For Vim バージョン 9.1. Last change: 2023 Dec 27
1
+ *indent.txt* For Vim バージョン 9.1. Last change: 2024 Feb 29
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1232,5 +1232,11 @@ Vim script のインデントは `g:vim_indent` 辞書変数で設定できる
1232
1232
この変数は `g: vim_indent .line_continuation` と等価である。
1233
1233
後方互換性のためにサポートされている。
1234
1234
1235
+ YAML *ft-yaml-indent*
1236
+
1237
+ デフォルトでは、yaml のインデントスクリプトは複数行のスカラーの検出を行おうと
1238
+ しない。もしこれを有効化したい場合は、以下の変数を設定すること: >
1239
+
1240
+ let g:yaml_indent_multiline_scalar = 1
1235
1241
1236
1242
vim:tw=78:ts=8:noet:ft=help:norl:
Original file line number Diff line number Diff line change 1
- *indent.txt* For Vim version 9.1. Last change: 2023 Dec 27
1
+ *indent.txt* For Vim version 9.1. Last change: 2024 Feb 29
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1255,5 +1255,11 @@ Example of configuration: >
1255
1255
This variable is equivalent to `g: vim_indent .line_continuation` .
1256
1256
It's supported for backward compatibility.
1257
1257
1258
+ YAML *ft-yaml-indent*
1259
+
1260
+ By default, the yaml indent script does not try to detect multiline scalars.
1261
+ If you want to enable this, set the following variable: >
1262
+
1263
+ let g:yaml_indent_multiline_scalar = 1
1258
1264
1259
1265
vim:tw=78:ts=8:noet:ft=help:norl:
You can’t perform that action at this time.
0 commit comments