Skip to content

Commit 5651ced

Browse files
authored
Merge pull request #1687 from vim-jp/hh-update-options
Update options.{txt,jax}
2 parents 0d20960 + 7955366 commit 5651ced

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

doc/options.jax

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.1. Last change: 2024 Sep 07
1+
*options.txt* For Vim バージョン 9.1. Last change: 2024 Sep 10
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -2191,9 +2191,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
21912191
fuzzy 補完候補に対して |fuzzy-matching| を有効にする。これによ
21922192
り、より柔軟で直感的なマッチングが可能になり、文字をスキッ
21932193
プしたり、正確なシーケンスが入力されていなくてもマッチを見
2194-
つけることができる。補完候補が選択肢のリストからどのように
2195-
削減されるかに違いがあるだけで、(異なる補完タイプを使用し
2196-
て) 候補が収集される方法には違いはない。
2194+
つけることができる。
21972195

21982196
*'completepopup'* *'cpp'*
21992197
'completepopup' 'cpp' 字列 (既定では空)

en/options.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2024 Sep 07
1+
*options.txt* For Vim version 9.1. Last change: 2024 Sep 10
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2148,10 +2148,7 @@ A jump table for the options with a short description can be found at |Q_op|.
21482148
fuzzy Enable |fuzzy-matching| for completion candidates. This
21492149
allows for more flexible and intuitive matching, where
21502150
characters can be skipped and matches can be found even
2151-
if the exact sequence is not typed. Only makes a
2152-
difference how completion candidates are reduced from the
2153-
list of alternatives, but not how the candidates are
2154-
collected (using different completion types).
2151+
if the exact sequence is not typed.
21552152

21562153
*'completepopup'* *'cpp'*
21572154
'completepopup' 'cpp' string (default empty)

0 commit comments

Comments
 (0)