diff --git a/doc/intro.jax b/doc/intro.jax index 286cab7a6..f02eba302 100644 --- a/doc/intro.jax +++ b/doc/intro.jax @@ -1,4 +1,4 @@ -*intro.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05 +*intro.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06 VIMリファレンスマニュアル by Bram Moolenaar @@ -804,9 +804,8 @@ Tip: 行を折り返したときに、行番号と行の表示を混ぜたくな コマンドの文字 'showcmd' on off カーソルの位置 'ruler' off off -現在のモードとは、"-- INSERT --" や "-- REPLACE --" のことです、|'showmode'| -を参照。コマンドの文字とは、入力されて、まだ実行されていないコマンドのことで -す。 +現在のモードとは、"-- INSERT --" や "-- REPLACE --" のことです、'showmode' を +参照。コマンドの文字とは、入力されて、まだ実行されていないコマンドのことです。 遅い端末を使っている場合は、ステータスメッセージをオフにすることで編集のスピー ドを上げることができます: > diff --git a/en/intro.txt b/en/intro.txt index b39f3314f..896ca72d9 100644 --- a/en/intro.txt +++ b/en/intro.txt @@ -1,4 +1,4 @@ -*intro.txt* For Vim version 9.1. Last change: 2024 Oct 05 +*intro.txt* For Vim version 9.1. Last change: 2025 Aug 06 VIM REFERENCE MANUAL by Bram Moolenaar @@ -821,7 +821,7 @@ current mode 'showmode' on on command characters 'showcmd' on off cursor position 'ruler' off off -The current mode is "-- INSERT --" or "-- REPLACE --", see |'showmode'|. The +The current mode is "-- INSERT --" or "-- REPLACE --", see 'showmode'. The command characters are those that you typed but were not used yet. If you have a slow terminal you can switch off the status messages to speed