Skip to content

Update version9.{txt,jax} #2032

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
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
10 changes: 8 additions & 2 deletions 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 Apr 03
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Apr 08


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -41602,7 +41602,7 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。
- 'completeopt' の新しいオプション値:
"nosort" - 補完結果をソートしない
"preinsert" - 挿入する値をハイライトする
- 複数行の補完を期待通りに処理する
- 複数行の補完項目を期待通りに処理する
- |:hi| コマンドのコマンドライン補完が改善された
- 'wildmode' の新しいオプション値:
"noselect" - wildmenu のエントリを自動選択しない
Expand All @@ -41619,6 +41619,8 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。
- ページ単位のスクロールには CTRL-F / CTRL-B で、また、半ページ単位のスクロー
ルには CTRL-D / CTRL-U で 'smoothscroll' ロジックを使用する。
- 'pummaxwidth' 補完ポップアップメニューの最大幅
- 'fillchars' の新しいオプション値:
"trunc" - 切り詰め表示を設定する、'pummaxwidth'

Ex コマンド: ~
- 新しい目印を定義するときに優先順位を指定できるようにする |:sign-define|
Expand Down Expand Up @@ -41718,16 +41720,20 @@ Ex コマンド: ~

オプション: ~

'chistory' quickfix スタックのサイズ |quickfix-stack|
'completefuzzycollect' (一部の) |ins-completion| モード用のファジーな候補の収
集を有効にする
'completeitemalign' 挿入モード補完ポップアップでの |complete-items| の順序
'eventignorewin' ウィンドウ内で無視される自動コマンドイベント
'findfunc' |:find| コマンドの結果を取得するための Vim の関数
'lhistory' location リストスタックのサイズ |quickfix-stack|
'messagesopt' |:messages| と |hit-enter| プロンプトを設定する
'pummaxwidth' 補完ポップアップメニューの最大幅
'winfixbuf' ウィンドウ内でバッファをフォーカスしたままにする
'tabclose' タブページを閉じた後にフォーカスするタブページ
't_xo' 端末は XON/XOFF ハンドシェイクを使用する (例: vt420)
't_CF' 代替フォントハイライトの端末コードのサポート
'winfixbuf' ウィンドウ内でバッファをフォーカスしたままにする

==============================================================================
☆非互換な変更 *incompatible-9.2*
Expand Down
12 changes: 8 additions & 4 deletions 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 Apr 03
*version9.txt* For Vim version 9.1. Last change: 2025 Apr 08


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -41613,7 +41613,7 @@ Completion: ~
- New option value for 'completeopt':
"nosort" - do not sort completion results
"preinsert" - highlight to be inserted values
- handle multi-line completion as expected
- handle multi-line completion items as expected
- improved commandline completion for the |:hi| command
- New option value for 'wildmode':
"noselect" - do not auto select an entry in the wildmenu
Expand All @@ -41629,7 +41629,8 @@ Options: ~
- 'rulerformat' now supports the |stl-%!| item
- use 'smoothscroll' logic for CTRL-F / CTRL-B for pagewise scrolling
and CTRL-D / CTRL-U for half-pagewise scrolling
- 'pummaxwidth' maximum width for the completion popup menu
- New option value for 'fillchars':
"trunc" - configure truncation indicator, 'pummaxwidth'

Ex commands: ~
- allow to specify a priority when defining a new sign |:sign-define|
Expand Down Expand Up @@ -41729,18 +41730,21 @@ Ex-Commands: ~

Options: ~

'chistory' Size of the quickfix stack |quickfix-stack|.
'completefuzzycollect' Enable fuzzy collection of candiates for (some)
|ins-completion| modes
'completeitemalign' Order of |complete-items| in Insert mode completion
popup
'eventignorewin' autocommand events that are ignored in a window
'findfunc' Vim function to obtain the results for a |:find|
command
'lhistory' Size of the location list stack |quickfix-stack|.
'messagesopt' configure |:messages| and |hit-enter| prompt
'winfixbuf' Keep buffer focused in a window
'pummaxwidth' maximum width for the completion popup menu
'tabclose' Which tab page to focus after closing a tab page
't_xo' Terminal uses XON/XOFF handshaking (e.g. vt420)
't_CF' Support for alternate font highlighting terminal code
'winfixbuf' Keep buffer focused in a window

==============================================================================
INCOMPATIBLE CHANGES *incompatible-9.2*
Expand Down