Skip to content

Commit 105c45f

Browse files
committed
Update by original
1 parent 60260d7 commit 105c45f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

doc/version9.jax

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Sep 10
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Sep 11
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41655,6 +41655,9 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。
4165541655
- ビジュアルモードのハイライトの改善 |hl-Visual|
4165641656
- 非互換モードを使用する場合、'showcmd' のデフォルト値は常に有効になる (以前
4165741657
は、UNIX システムではオフだった)。そのため、|defaults.vim| から削除された。
41658+
- 'diffopt' のデフォルト値を
41659+
"internal,filler,closeoff,indent-heuristic,inline:char" に更新して、差分モー
41660+
ドの体験を改善する。
4165841661

4165941662
補完: ~
4166041663
- |:cd| や同様のコマンドで 'cdpath' からディレクトリを補完できるように、

en/version9.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2025 Sep 10
1+
*version9.txt* For Vim version 9.1. Last change: 2025 Sep 11
22

33

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

4167441676
Completion: ~
4167541677
- allow to complete directories from 'cdpath' for |:cd| and similar commands,

0 commit comments

Comments
 (0)