File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
- *version9.txt* For Vim バージョン 9.1. Last change: 2025 Jun 28
1
+ *version9.txt* For Vim バージョン 9.1. Last change: 2025 Jul 05
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41629,6 +41629,8 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。
41629
41629
- 'completeopt' は |global-local| オプションになった。
41630
41630
- いくつかの (伝統的な) vi の動作/不整合を無効にするために、'cpoptions' にフラ
41631
41631
グ "z" |cpo-z| を追加する (|d-special| および |cw| を参照)。
41632
+ - |:cd| コマンドでのシンボリックリンクの解決を無効にするために、'cpoptions' に
41633
+ フラグ "~" |cpo-~| を追加。
41632
41634
- 'fillchars' の新しいオプション値:
41633
41635
"trunc" - 切り詰め表示を設定する、'pummaxwidth'
41634
41636
"truncrl" - "trunc" に似ているが 'rl' モード用 'pummaxwidth'
@@ -41698,6 +41700,7 @@ Ex コマンド: ~
41698
41700
|getcellpixels()| 端末のセルのピクセルサイズのリストを取得する
41699
41701
|getcmdcomplpat()| シェルコマンドライン補完
41700
41702
|getcmdprompt()| input()/confirm() のプロンプトを取得
41703
+ |getcompletiontype()| コマンドライン補完の種類を取得
41701
41704
|getregion()| バッファからテキストの領域を取得
41702
41705
|getregionpos()| 領域の位置をリストで取得
41703
41706
|getstacktrace()| Vim script の現在のスタックトレースを取得する
Original file line number Diff line number Diff line change 1
- *version9.txt* For Vim version 9.1. Last change: 2025 Jun 28
1
+ *version9.txt* For Vim version 9.1. Last change: 2025 Jul 05
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41641,6 +41641,8 @@ Options: ~
41641
41641
- 'completeopt' is now a |global-local| option.
41642
41642
- add 'cpoptions' flag "z" |cpo-z|, to disable some (traditional) vi
41643
41643
behaviour/inconsistency (see |d-special| and |cw|).
41644
+ - add 'cpoptions' flag "~" |cpo-~| to disable resolving symlinks on |:cd|
41645
+ commands
41644
41646
- new option values for 'fillchars':
41645
41647
"trunc" - configure truncation indicator, 'pummaxwidth'
41646
41648
"truncrl" - like "trunc" but in 'rl' mode, 'pummaxwidth'
@@ -41709,6 +41711,7 @@ Functions: ~
41709
41711
|getcellpixels()| get List of terminal cell pixel size
41710
41712
|getcmdcomplpat()| Shell command line completion
41711
41713
|getcmdprompt()| get prompt for input()/confirm()
41714
+ |getcompletiontype()| get command-line completion type
41712
41715
|getregion()| get a region of text from a buffer
41713
41716
|getregionpos()| get a list of positions for a region
41714
41717
|getstacktrace()| get current stack trace of Vim scripts
You can’t perform that action at this time.
0 commit comments