Skip to content

Update intro.{txt,jax} #2209

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions doc/intro.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -804,9 +804,8 @@ Tip: 行を折り返したときに、行番号と行の表示を混ぜたくな
コマンドの文字 'showcmd' on off
カーソルの位置 'ruler' off off

現在のモードとは、"-- INSERT --" や "-- REPLACE --" のことです、|'showmode'|
を参照。コマンドの文字とは、入力されて、まだ実行されていないコマンドのことで
す。
現在のモードとは、"-- INSERT --" や "-- REPLACE --" のことです、'showmode' を
参照。コマンドの文字とは、入力されて、まだ実行されていないコマンドのことです。

遅い端末を使っている場合は、ステータスメッセージをオフにすることで編集のスピー
ドを上げることができます: >
Expand Down
4 changes: 2 additions & 2 deletions en/intro.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down