Skip to content

Commit 9adef75

Browse files
authored
Merge pull request #2392 from h-east/update-change
Update change.{txt,jax}
2 parents aa6e90e + 83be0b5 commit 9adef75

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

doc/change.jax

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*change.txt* For Vim バージョン 9.1. Last change: 2025 Oct 14
1+
*change.txt* For Vim バージョン 9.1. Last change: 2025 Oct 26
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -1292,8 +1292,7 @@ Note 文字単位のコピーコマンドの後、コピーされたテキスト
12921292
のコマンドラインによるコマンドを実行するには、"@:" が使える。
12931293
コマンドラインがこのレジスタに蓄えられるのは、コマンドライン内
12941294
にコマンドが最低でも1文字打ち込まれたときである。そのため、コ
1295-
マンドが完全にキーマッピングから実行されたときには、この内容に
1296-
変化はない。
1295+
マンドがマッピングから完全に実行された場合は変更されない。
12971296
{Vimが |+cmdline_hist| 機能付きでコンパイルされたときのみ有効}
12981297

12991298
*quote_#* *quote#*

en/change.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*change.txt* For Vim version 9.1. Last change: 2025 Oct 14
1+
*change.txt* For Vim version 9.1. Last change: 2025 Oct 26
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1324,7 +1324,7 @@ and ":put" commands and with CTRL-R.
13241324
"@:" to repeat the previous command-line command.
13251325
The command-line is only stored in this register when at least
13261326
one character of it was typed. Thus it remains unchanged if
1327-
the command was completely from a mapping.
1327+
the command was executed completely from a mapping.
13281328
{not available when compiled without the |+cmdline_hist|
13291329
feature}
13301330
*quote_#* *quote#*

0 commit comments

Comments
 (0)