From 83be0b5a099614295b184165e16551eb65f97ead Mon Sep 17 00:00:00 2001 From: h-east Date: Tue, 28 Oct 2025 23:29:51 +0900 Subject: [PATCH] Update change.{txt,jax} --- doc/change.jax | 5 ++--- en/change.txt | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/change.jax b/doc/change.jax index 89f71fd00..f9550d472 100644 --- a/doc/change.jax +++ b/doc/change.jax @@ -1,4 +1,4 @@ -*change.txt* For Vim バージョン 9.1. Last change: 2025 Oct 14 +*change.txt* For Vim バージョン 9.1. Last change: 2025 Oct 26 VIM リファレンスマニュアル by Bram Moolenaar @@ -1292,8 +1292,7 @@ Note 文字単位のコピーコマンドの後、コピーされたテキスト のコマンドラインによるコマンドを実行するには、"@:" が使える。 コマンドラインがこのレジスタに蓄えられるのは、コマンドライン内 にコマンドが最低でも1文字打ち込まれたときである。そのため、コ - マンドが完全にキーマッピングから実行されたときには、この内容に - 変化はない。 + マンドがマッピングから完全に実行された場合は変更されない。 {Vimが |+cmdline_hist| 機能付きでコンパイルされたときのみ有効} *quote_#* *quote#* diff --git a/en/change.txt b/en/change.txt index ff64628e0..878d38851 100644 --- a/en/change.txt +++ b/en/change.txt @@ -1,4 +1,4 @@ -*change.txt* For Vim version 9.1. Last change: 2025 Oct 14 +*change.txt* For Vim version 9.1. Last change: 2025 Oct 26 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1324,7 +1324,7 @@ and ":put" commands and with CTRL-R. "@:" to repeat the previous command-line command. The command-line is only stored in this register when at least one character of it was typed. Thus it remains unchanged if - the command was completely from a mapping. + the command was executed completely from a mapping. {not available when compiled without the |+cmdline_hist| feature} *quote_#* *quote#*