Skip to content

Commit 9e1dc54

Browse files
authored
Merge pull request #2138 from h-east/update-version9
Update version9.{txt,jax}
2 parents f78254e + da1435f commit 9e1dc54

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41629,6 +41629,8 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。
4162941629
- 'completeopt' は |global-local| オプションになった。
4163041630
- いくつかの (伝統的な) vi の動作/不整合を無効にするために、'cpoptions' にフラ
4163141631
グ "z" |cpo-z| を追加する (|d-special| および |cw| を参照)。
41632+
- |:cd| コマンドでのシンボリックリンクの解決を無効にするために、'cpoptions' に
41633+
フラグ "~" |cpo-~| を追加。
4163241634
- 'fillchars' の新しいオプション値:
4163341635
"trunc" - 切り詰め表示を設定する、'pummaxwidth'
4163441636
"truncrl" - "trunc" に似ているが 'rl' モード用 'pummaxwidth'
@@ -41698,6 +41700,7 @@ Ex コマンド: ~
4169841700
|getcellpixels()| 端末のセルのピクセルサイズのリストを取得する
4169941701
|getcmdcomplpat()| シェルコマンドライン補完
4170041702
|getcmdprompt()| input()/confirm() のプロンプトを取得
41703+
|getcompletiontype()| コマンドライン補完の種類を取得
4170141704
|getregion()| バッファからテキストの領域を取得
4170241705
|getregionpos()| 領域の位置をリストで取得
4170341706
|getstacktrace()| Vim script の現在のスタックトレースを取得する

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 Jun 28
1+
*version9.txt* For Vim version 9.1. Last change: 2025 Jul 05
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41641,6 +41641,8 @@ Options: ~
4164141641
- 'completeopt' is now a |global-local| option.
4164241642
- add 'cpoptions' flag "z" |cpo-z|, to disable some (traditional) vi
4164341643
behaviour/inconsistency (see |d-special| and |cw|).
41644+
- add 'cpoptions' flag "~" |cpo-~| to disable resolving symlinks on |:cd|
41645+
commands
4164441646
- new option values for 'fillchars':
4164541647
"trunc" - configure truncation indicator, 'pummaxwidth'
4164641648
"truncrl" - like "trunc" but in 'rl' mode, 'pummaxwidth'
@@ -41709,6 +41711,7 @@ Functions: ~
4170941711
|getcellpixels()| get List of terminal cell pixel size
4171041712
|getcmdcomplpat()| Shell command line completion
4171141713
|getcmdprompt()| get prompt for input()/confirm()
41714+
|getcompletiontype()| get command-line completion type
4171241715
|getregion()| get a region of text from a buffer
4171341716
|getregionpos()| get a list of positions for a region
4171441717
|getstacktrace()| get current stack trace of Vim scripts

0 commit comments

Comments
 (0)