Skip to content

Commit f4ba89d

Browse files
authored
Merge pull request #2153 from h-east/update-version9
Update version9.{txt,jax}
2 parents e1dba3a + bf9637c commit f4ba89d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

doc/version9.jax

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

33

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

4163941641
補完: ~
4164041642
- |:cd| や同様のコマンドで 'cdpath' からディレクトリを補完できるように、
@@ -41679,6 +41681,8 @@ Ex コマンド: ~
4167941681
トどおりに動作し、ヘルプバッファをスキップする (ヘルプバッファから実行されて
4168041682
いない場合。そうでない場合は、次/前のヘルプバッファに移動する)。
4168141683
- |:keeppatterns| は、|:s| と共に使用された場合、最後の置換パターンを保持する
41684+
- |:retab| は、インデントされた行の空白のみを変更する新しいオプションパラメー
41685+
タ -indentonly を受け付ける
4168241686

4168341687
関数: ~
4168441688
- get(function, "arity") 関数を使用して関数の引数に関する情報を提供する

en/version9.txt

Lines changed: 6 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 10
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,
@@ -41692,6 +41695,8 @@ Ex commands: ~
4169241695
documented and skips help buffers (if not run from a help buffer, else
4169341696
moves to the next/previous help buffer).
4169441697
- |:keeppatterns| preserves the last substitute pattern when used with |:s|
41698+
- |:retab| accepts the new optional parameter -indentonly to only change
41699+
whitespace in indented lines.
4169541700

4169641701
Functions: ~
4169741702
- provide information about function arguments using the get(func, "arity")

0 commit comments

Comments
 (0)