File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
- *version9.txt* For Vim バージョン 9.1. Last change: 2025 Jul 10
1
+ *version9.txt* For Vim バージョン 9.1. Last change: 2025 Jul 15
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41635,6 +41635,8 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。
41635
41635
- 'keyprotocol' オプションのデフォルト値は、ghostty 端末エミュレータ (kitty プ
41636
41636
ロトコルを使用) のサポートにより更新された
41637
41637
- ビジュアルモードのハイライトの改善 |hl-Visual|
41638
+ - 非互換モードを使用する場合、'showcmd' のデフォルト値は常に有効になる (以前
41639
+ は、UNIX システムではオフだった)。そのため、|defaults.vim| から削除された。
41638
41640
41639
41641
補完: ~
41640
41642
- |:cd| や同様のコマンドで 'cdpath' からディレクトリを補完できるように、
@@ -41679,6 +41681,8 @@ Ex コマンド: ~
41679
41681
トどおりに動作し、ヘルプバッファをスキップする (ヘルプバッファから実行されて
41680
41682
いない場合。そうでない場合は、次/前のヘルプバッファに移動する)。
41681
41683
- |:keeppatterns| は、|:s| と共に使用された場合、最後の置換パターンを保持する
41684
+ - |:retab| は、インデントされた行の空白のみを変更する新しいオプションパラメー
41685
+ タ -indentonly を受け付ける
41682
41686
41683
41687
関数: ~
41684
41688
- get(function, "arity") 関数を使用して関数の引数に関する情報を提供する
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41648,6 +41648,9 @@ Default values: ~
41648
41648
- the default value of the 'keyprotocol' option has been updated and support
41649
41649
for the ghostty terminal emulator (using kitty protocol) has been added
41650
41650
- 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|
41651
41654
41652
41655
Completion: ~
41653
41656
- allow to complete directories from 'cdpath' for |:cd| and similar commands,
@@ -41692,6 +41695,8 @@ Ex commands: ~
41692
41695
documented and skips help buffers (if not run from a help buffer, else
41693
41696
moves to the next/previous help buffer).
41694
41697
- |: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.
41695
41700
41696
41701
Functions: ~
41697
41702
- provide information about function arguments using the get(func, "arity")
You can’t perform that action at this time.
0 commit comments