Skip to content

Commit 1c39fa5

Browse files
authored
Merge pull request #2043 from h-east/update-version9
Update version9.{txt,jax}
2 parents 0b00dc0 + a59754a commit 1c39fa5

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

doc/version9.jax

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Apr 08
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Apr 18
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41602,10 +41602,17 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。
4160241602
- 'completeopt' の新しいオプション値:
4160341603
"nosort" - 補完結果をソートしない
4160441604
"preinsert" - 挿入する値をハイライトする
41605+
"nearest" - カーソルまでの距離で補完結果をソートする
4160541606
- 複数行の補完項目を期待通りに処理する
4160641607
- |:hi| コマンドのコマンドライン補完が改善された
4160741608
- 'wildmode' の新しいオプション値:
4160841609
"noselect" - wildmenu のエントリを自動選択しない
41610+
- 'complete' の新しいフラグ:
41611+
"f{func}" - 与えられた関数を使って補完する
41612+
"f" - 'completefunc' を使って補完する
41613+
"o" - 'omnifunc' を使って補完する
41614+
- "{flag}^<limit>" 表記を使用して、 'complete' のソースのマッチ数を制限できる
41615+
ようにする
4160941616

4161041617
オプション: ~
4161141618
- 'commentstring' のデフォルトには、自動コメントの見栄えを良くするための空白の
@@ -41620,7 +41627,8 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。
4162041627
ルには CTRL-D / CTRL-U で 'smoothscroll' ロジックを使用する。
4162141628
- 'pummaxwidth' 補完ポップアップメニューの最大幅
4162241629
- 'fillchars' の新しいオプション値:
41623-
"trunc" - 切り詰め表示を設定する、'pummaxwidth'
41630+
"trunc" - 切り詰め表示を設定する、'pummaxwidth'
41631+
"truncrl" - "trunc" に似ているが 'rl' モード用 'pummaxwidth'
4162441632

4162541633
Ex コマンド: ~
4162641634
- 新しい目印を定義するときに優先順位を指定できるようにする |:sign-define|

en/version9.txt

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2025 Apr 08
1+
*version9.txt* For Vim version 9.1. Last change: 2025 Apr 18
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41594,7 +41594,7 @@ Default values: ~
4159441594
- the default 'backspace' option for Vim has been set to "indent,eol,start"
4159541595
and removed from |defaults.vim|
4159641596
- the default fontsize for the GTK builds of Vim (Windows and Unix) has been
41597-
increased to 12pt to accomodate modern high-dpi monitors
41597+
increased to 12pt to accommodate modern high-dpi monitors
4159841598
- the default value of the 'keyprotocol' option has been updated and support
4159941599
for the ghostty terminal emulator (using kitty protocol) has been added
4160041600

@@ -41613,10 +41613,17 @@ Completion: ~
4161341613
- New option value for 'completeopt':
4161441614
"nosort" - do not sort completion results
4161541615
"preinsert" - highlight to be inserted values
41616+
"nearest" - sort completion results by distance to cursor
4161641617
- handle multi-line completion items as expected
4161741618
- improved commandline completion for the |:hi| command
4161841619
- New option value for 'wildmode':
4161941620
"noselect" - do not auto select an entry in the wildmenu
41621+
- New flags for 'complete':
41622+
"f{func}" - complete using given function
41623+
"f" - complete using 'completefunc'
41624+
"o" - complete using 'omnifunc'
41625+
- allow to limit matches for the 'complete' sources by using the
41626+
"{flag}^<limit>" notation
4162041627

4162141628
Options: ~
4162241629
- the default for 'commentstring' contains whitespace padding to have
@@ -41630,7 +41637,8 @@ Options: ~
4163041637
- use 'smoothscroll' logic for CTRL-F / CTRL-B for pagewise scrolling
4163141638
and CTRL-D / CTRL-U for half-pagewise scrolling
4163241639
- New option value for 'fillchars':
41633-
"trunc" - configure truncation indicator, 'pummaxwidth'
41640+
"trunc" - configure truncation indicator, 'pummaxwidth'
41641+
"truncrl" - like "trunc" but in 'rl' mode, 'pummaxwidth'
4163441642

4163541643
Ex commands: ~
4163641644
- allow to specify a priority when defining a new sign |:sign-define|
@@ -41731,7 +41739,7 @@ Ex-Commands: ~
4173141739
Options: ~
4173241740

4173341741
'chistory' Size of the quickfix stack |quickfix-stack|.
41734-
'completefuzzycollect' Enable fuzzy collection of candiates for (some)
41742+
'completefuzzycollect' Enable fuzzy collection of candidates for (some)
4173541743
|ins-completion| modes
4173641744
'completeitemalign' Order of |complete-items| in Insert mode completion
4173741745
popup

0 commit comments

Comments
 (0)