File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- *intro.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
1
+ *intro.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -804,9 +804,8 @@ Tip: 行を折り返したときに、行番号と行の表示を混ぜたくな
804
804
コマンドの文字 'showcmd' on off
805
805
カーソルの位置 'ruler' off off
806
806
807
- 現在のモードとは、"-- INSERT --" や "-- REPLACE --" のことです、| 'showmode' |
808
- を参照。コマンドの文字とは、入力されて、まだ実行されていないコマンドのことで
809
- す。
807
+ 現在のモードとは、"-- INSERT --" や "-- REPLACE --" のことです、'showmode' を
808
+ 参照。コマンドの文字とは、入力されて、まだ実行されていないコマンドのことです。
810
809
811
810
遅い端末を使っている場合は、ステータスメッセージをオフにすることで編集のスピー
812
811
ドを上げることができます: >
Original file line number Diff line number Diff line change 1
- *intro.txt* For Vim version 9.1. Last change: 2024 Oct 05
1
+ *intro.txt* For Vim version 9.1. Last change: 2025 Aug 06
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -821,7 +821,7 @@ current mode 'showmode' on on
821
821
command characters 'showcmd' on off
822
822
cursor position 'ruler' off off
823
823
824
- The current mode is "-- INSERT --" or "-- REPLACE --", see | 'showmode' | . The
824
+ The current mode is "-- INSERT --" or "-- REPLACE --", see 'showmode' . The
825
825
command characters are those that you typed but were not used yet.
826
826
827
827
If you have a slow terminal you can switch off the status messages to speed
You can’t perform that action at this time.
0 commit comments