Skip to content

Commit c90c02d

Browse files
committed
Update by original
1 parent 4cf44ce commit c90c02d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-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 Jul 14
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Jul 15
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41635,6 +41635,9 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。
4163541635
- 'keyprotocol' オプションのデフォルト値は、ghostty 端末エミュレータ (kitty プ
4163641636
ロトコルを使用) のサポートにより更新された
4163741637
- ビジュアルモードのハイライトの改善 |hl-Visual|
41638+
- 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|
41639+
- 非互換モードを使用する場合、'showcmd' のデフォルト値は常に有効になる (以前
41640+
は、UNIX システムではオフだった)。そのため、|defaults.vim| から削除された。
4163841641

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

en/version9.txt

Lines changed: 4 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 Jul 14
1+
*version9.txt* For Vim version 9.1. Last change: 2025 Jul 15
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41648,6 +41648,9 @@ Default values: ~
4164841648
- the default value of the 'keyprotocol' option has been updated and support
4164941649
for the ghostty terminal emulator (using kitty protocol) has been added
4165041650
- Improved visual highlighting |hl-Visual|
41651+
- the default value for 'showcmd' is always enabled when using non-compatible
41652+
mode (previously, it was off on UNIX systems) and consequently removed from
41653+
|defaults.vim|
4165141654

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

0 commit comments

Comments
 (0)