We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f973495 commit d8f9211Copy full SHA for d8f9211
doc/usr_50.jax
@@ -104,8 +104,8 @@ Vim では、可変数の引数を持つ関数を定義できます。例えば
104
< start is Title Arg 0 is one Arg 1 is two Arg 2 is three ~
105
106
これは `echohl` コマンドを使用して以降の `echo` コマンドをハイライトするように
107
-指定しています。`echohl None` で再度停止します。`echon` コマンドは `echo` と
108
-同様に動作しますが、改行を出力しません。
+指定しています。`echohl None` で再度停止します。`echon` コマンドは `echo` と同
+様に動作しますが、改行を出力しません。
109
110
引数を1つで呼び出したときは "items" リストは空になります。`range(len(items))`
111
はインデックス付きのリストを返します。`for` がループするものについては、さらに
0 commit comments