File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 865
865
'revins' 'ri' 挿入モードで入力方向が逆になる
866
866
'rightleft' 'rl' "右から左" 指向のウィンドウ
867
867
'rightleftcmd' 'rlc' "右から左" に入力するコマンド
868
- 'rubydll' name of the Ruby dynamic library
868
+ 'rubydll' Ruby 動的ライブラリの名前
869
869
'ruler' 'ru' ステータスラインにカーソルが位置する場所を表示する
870
870
'rulerformat' 'ruf' 'ruler' 用のフォーマット
871
871
'runtimepath' 'rtp' ランタイムファイル用のディレクトリのリスト
Original file line number Diff line number Diff line change @@ -396,8 +396,8 @@ GUI を使っていない場合やメニューを使いたくない場合は他
396
396
397
397
this is some text. ~
398
398
399
- "daw" の "d" は削除オペレータです。"aw" はテキストオブジェクトです。"aw" は "a
400
- word " の意味です。つまり "daw" は "Delete A Word" という意味になります。正確に
399
+ "daw" の "d" は削除オペレータです。"aw" はテキストオブジェクトです。"aw" は "A
400
+ Word " の意味です。つまり "daw" は "Delete A Word" という意味になります。正確に
401
401
は、単語の後の空白も削除されます (単語が行末にある場合は、行末までのすべての空
402
402
白が削除されます)。
403
403
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ textwidth=78" はそのファイルの 'textwidth' オプションを 78 に設
228
228
<
229
229
Note:
230
230
このコマンドを入力するときの注意点。
231
- <F5> 見たままのは 4 文字の文字列として入力してください。<Esc> も同じで
231
+ <F5> は見たままの 4 文字の文字列として入力してください。<Esc> も同じで
232
232
す。<Esc> キーを押すのではなく、5 文字の文字列として入力してください。
233
233
このマニュアルを読むときはその違いに注意してください !
234
234
Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ CTRL-R {register} コマンドを使うと、レジスタの内容を挿入で
339
339
"v はレジスタの指定、"yiw" は yank-inner-word (単語をヤンクする) です。さて、
340
340
元のファイルに戻り、挿入モードを開始して次のように入力します:
341
341
342
- ir = ~
342
+ r = ~
343
343
344
344
ここで、CTRL-R v を押して関数の名前を挿入します:
345
345
Original file line number Diff line number Diff line change @@ -756,7 +756,7 @@ substitute() コマンドの前後にいろいろな処理を入れたりする
756
756
strftime() 時刻を文字列に変換する
757
757
reltime() 現在時刻または経過時間を正確に取得する
758
758
reltimestr() reltime()の結果を文字列に変換する
759
- reltimefloat() convert reltime() result to a Float
759
+ reltimefloat() reltime()の結果を浮動小数点に変換する
760
760
761
761
*buffer-functions* *window-functions* *arg-functions*
762
762
バッファ、ウィンドウ、引数リスト:
You can’t perform that action at this time.
0 commit comments