Skip to content

Commit 0b9272e

Browse files
authored
Merge pull request #2032 from h-east/update-version9
Update version9.{txt,jax}
2 parents d055a31 + 2305e6f commit 0b9272e

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

Diff for: doc/version9.jax

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Apr 03
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Apr 08
22

33

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

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

4171941721
オプション: ~
4172041722

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

4173241738
==============================================================================
4173341739
☆非互換な変更 *incompatible-9.2*

Diff for: en/version9.txt

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2025 Apr 03
1+
*version9.txt* For Vim version 9.1. Last change: 2025 Apr 08
22

33

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

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

4173041731
Options: ~
4173141732

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

4174541749
==============================================================================
4174641750
INCOMPATIBLE CHANGES *incompatible-9.2*

0 commit comments

Comments
 (0)