Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion doc/version9.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Jun 28
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Jul 05


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -41629,6 +41629,8 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。
- 'completeopt' は |global-local| オプションになった。
- いくつかの (伝統的な) vi の動作/不整合を無効にするために、'cpoptions' にフラ
グ "z" |cpo-z| を追加する (|d-special| および |cw| を参照)。
- |:cd| コマンドでのシンボリックリンクの解決を無効にするために、'cpoptions' フ
ラグ "~" |cpo-~| を追加。
- 'fillchars' の新しいオプション値:
"trunc" - 切り詰め表示を設定する、'pummaxwidth'
"truncrl" - "trunc" に似ているが 'rl' モード用 'pummaxwidth'
Expand Down Expand Up @@ -41698,6 +41700,7 @@ Ex コマンド: ~
|getcellpixels()| 端末のセルのピクセルサイズのリストを取得する
|getcmdcomplpat()| シェルコマンドライン補完
|getcmdprompt()| input()/confirm() のプロンプトを取得
|getcompletiontype()| コマンドライン補完の種類を取得
|getregion()| バッファからテキストの領域を取得
|getregionpos()| 領域の位置をリストで取得
|getstacktrace()| Vim script の現在のスタックトレースを取得する
Expand Down
5 changes: 4 additions & 1 deletion en/version9.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim version 9.1. Last change: 2025 Jun 28
*version9.txt* For Vim version 9.1. Last change: 2025 Jul 05


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