Skip to content

Commit f08006e

Browse files
authored
Merge pull request #2078 from h-east/update-change
Update change.{txt,jax}
2 parents f908f6a + 2f412cc commit f08006e

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

doc/change.jax

Lines changed: 3 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 Apr 03
1+
*change.txt* For Vim バージョン 9.1. Last change: 2025 May 28
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -643,8 +643,8 @@ MS-Windows ではシステム関数 GetTempFileName() が使われる。
643643
最後の置換を同じパターンかつ同じ置換文字列で、フラグを
644644
つけずに繰り返す。フラグを追加することもできる
645645
(|:s_flags|を参照)。
646-
Note `:substitute` の後ではフラグ '&' は使えないことに
647-
注意。パターンの区切り文字だと認識されてしまう
646+
Note `:substitute` の後では '&' および '#' フラグは使
647+
用できず、パターン区切りとして認識されることに注意
648648
`:substitute` とフラグ 'c', 'g', 'i', 'I', 'r' の間の
649649
空白は必要不可欠ではない。しかしスクリプト内では、混乱
650650
しないように空白を入れておくのはよい考えである。

en/change.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*change.txt* For Vim version 9.1. Last change: 2025 Apr 03
1+
*change.txt* For Vim version 9.1. Last change: 2025 May 28
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -664,8 +664,9 @@ For other systems the tmpnam() library function is used.
664664
Repeat last :substitute with same search pattern and
665665
substitute string, but without the same flags. You
666666
may add [flags], see |:s_flags|.
667-
Note that after `:substitute` the '&' flag can't be
668-
used, it's recognized as a pattern separator.
667+
Note that after `:substitute` the '&' and '#' flags
668+
can't be used, they're recognized as a pattern
669+
separator.
669670
The space between `:substitute` and the 'c', 'g',
670671
'i', 'I' and 'r' flags isn't required, but in scripts
671672
it's a good idea to keep it to avoid confusion.

0 commit comments

Comments
 (0)