Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions doc/version9.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Sep 11
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Sep 14


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -41745,9 +41745,6 @@ Ex コマンド: ~
- |min()|/|max()| はすべての比較可能なデータ型を処理できる。
- Vim は、すべてのターミナル OSC 値に対して |TermResponseAll| 自動コマンドをト
リガーする。
- Vim には、ターミナルの OSC 応答を解析し、"background" または "foreground" 値
で |TermResponseAll| をトリガーできる $VIMRUNTIME/plugins/colorresp.vim が同
梱されている。

プラットフォーム固有 ~
- MS-Windows: "\Windows" や "/Windows" などのパスは、相対パスではなく (現在の
Expand Down
7 changes: 2 additions & 5 deletions en/version9.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim version 9.1. Last change: 2025 Sep 11
*version9.txt* For Vim version 9.1. Last change: 2025 Sep 14


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -41670,7 +41670,7 @@ Default values: ~
- the default value for 'showcmd' is always enabled when using non-compatible
mode (previously, it was off on UNIX systems) and consequently removed from
|defaults.vim|
- Improve the diff experience by updating the 'diffopt' default value to
- Improve the diff mode experience by updating the 'diffopt' default value to
"internal,filler,closeoff,indent-heuristic,inline:char".

Completion: ~
Expand Down Expand Up @@ -41759,9 +41759,6 @@ Others: ~
Command-line.
- |min()|/|max()| can handle all comparable data types.
- Vim triggers the |TermResponseAll| autocommand for any terminal OSC value.
- Vim includes the $VIMRUNTIME/plugins/colorresp.vim which parses the terminal
OSC response and can trigger a |TermResponseAll| with the "background" or
"foreground" value.

Platform specific ~
- MS-Winodws: Paths like "\Windows" and "/Windows" are now considered to be
Expand Down