Skip to content

Commit 2eb392c

Browse files
authored
Merge pull request #135 from vim-jp/fix-typos-and-untranslated-part
Fix typos and untranslated part
2 parents 3404e83 + 3310883 commit 2eb392c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

doc/quickref.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@
865865
'revins' 'ri' 挿入モードで入力方向が逆になる
866866
'rightleft' 'rl' "右から左" 指向のウィンドウ
867867
'rightleftcmd' 'rlc' "右から左" に入力するコマンド
868-
'rubydll' name of the Ruby dynamic library
868+
'rubydll' Ruby 動的ライブラリの名前
869869
'ruler' 'ru' ステータスラインにカーソルが位置する場所を表示する
870870
'rulerformat' 'ruf' 'ruler' 用のフォーマット
871871
'runtimepath' 'rtp' ランタイムファイル用のディレクトリのリスト

doc/usr_04.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,8 @@ GUI を使っていない場合やメニューを使いたくない場合は他
396396

397397
this is some text. ~
398398

399-
"daw" の "d" は削除オペレータです。"aw" はテキストオブジェクトです。"aw" は "a
400-
word" の意味です。つまり "daw" は "Delete A Word" という意味になります。正確に
399+
"daw" の "d" は削除オペレータです。"aw" はテキストオブジェクトです。"aw" は "A
400+
Word" の意味です。つまり "daw" は "Delete A Word" という意味になります。正確に
401401
は、単語の後の空白も削除されます (単語が行末にある場合は、行末までのすべての空
402402
白が削除されます)。
403403

doc/usr_05.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ textwidth=78" はそのファイルの 'textwidth' オプションを 78 に設
228228
<
229229
Note:
230230
このコマンドを入力するときの注意点。
231-
<F5> 見たままのは 4 文字の文字列として入力してください。<Esc> も同じで
231+
<F5> は見たままの 4 文字の文字列として入力してください。<Esc> も同じで
232232
す。<Esc> キーを押すのではなく、5 文字の文字列として入力してください。
233233
このマニュアルを読むときはその違いに注意してください !
234234

doc/usr_24.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ CTRL-R {register} コマンドを使うと、レジスタの内容を挿入で
339339
"v はレジスタの指定、"yiw" は yank-inner-word (単語をヤンクする) です。さて、
340340
元のファイルに戻り、挿入モードを開始して次のように入力します:
341341

342-
ir = ~
342+
r = ~
343343

344344
ここで、CTRL-R v を押して関数の名前を挿入します:
345345

doc/usr_41.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ substitute() コマンドの前後にいろいろな処理を入れたりする
756756
strftime() 時刻を文字列に変換する
757757
reltime() 現在時刻または経過時間を正確に取得する
758758
reltimestr() reltime()の結果を文字列に変換する
759-
reltimefloat() convert reltime() result to a Float
759+
reltimefloat() reltime()の結果を浮動小数点に変換する
760760

761761
*buffer-functions* *window-functions* *arg-functions*
762762
バッファ、ウィンドウ、引数リスト:

0 commit comments

Comments
 (0)