Skip to content

Commit a5a4e35

Browse files
authored
Merge pull request #2450 from h-east/update-starting
Update starting.{txt,jax}
2 parents cf71c1c + 4f6bd46 commit a5a4e35

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

doc/starting.jax

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*starting.txt* For Vim バージョン 9.1. Last change: 2025 Nov 09
1+
*starting.txt* For Vim バージョン 9.1. Last change: 2025 Dec 20
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -1246,11 +1246,11 @@ $VIMRUNTIME を空の値に設定してはならない。いくつかの機能
12461246
6. サスペンド *suspend*
12471247

12481248
*iconize* *iconise* *CTRL-Z* *v_CTRL-Z*
1249-
CTRL-Z ":stop" のようにVimをサスペンドする
1249+
CTRL-Z ":stop" のように Vim をサスペンドする
12501250
ノーマルモードとビジュアルモードで動作する。挿入モード
1251-
とコマンドラインモードでは、CTRL-Zは通常のキャラクタ文
1252-
字として入力・挿入される。ビジュアルモードで使用したと
1253-
きはサスペンドから復帰するとノーマルモードになる
1251+
とコマンドラインモードでは、CTRL-Z は通常のキャラクタ
1252+
文字として入力・挿入される。ビジュアルモードでは、Vim
1253+
はサスペンドする前に通常モードに戻る
12541254
Note: CTRL-Z がアンドゥになる場合は |mswin.vim| を参照。
12551255

12561256

en/starting.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*starting.txt* For Vim version 9.1. Last change: 2025 Nov 09
1+
*starting.txt* For Vim version 9.1. Last change: 2025 Dec 20
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1287,7 +1287,7 @@ CTRL-Z Suspend Vim, like ":stop".
12871287
Works in Normal and in Visual mode. In Insert and
12881288
Command-line mode, the CTRL-Z is inserted as a normal
12891289
character. In Visual mode Vim goes back to Normal
1290-
mode.
1290+
mode before suspending.
12911291
Note: if CTRL-Z undoes a change see |mswin.vim|.
12921292

12931293

0 commit comments

Comments
 (0)