Skip to content

Commit

Permalink
Merge pull request #1687 from vim-jp/hh-update-options
Browse files Browse the repository at this point in the history
Update options.{txt,jax}
  • Loading branch information
h-east committed Sep 12, 2024
2 parents 0d20960 + 7955366 commit 5651ced
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
6 changes: 2 additions & 4 deletions doc/options.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*options.txt* For Vim バージョン 9.1. Last change: 2024 Sep 07
*options.txt* For Vim バージョン 9.1. Last change: 2024 Sep 10


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

*'completepopup'* *'cpp'*
'completepopup' 'cpp' 字列 (既定では空)
Expand Down
7 changes: 2 additions & 5 deletions en/options.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*options.txt* For Vim version 9.1. Last change: 2024 Sep 07
*options.txt* For Vim version 9.1. Last change: 2024 Sep 10


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

*'completepopup'* *'cpp'*
'completepopup' 'cpp' string (default empty)
Expand Down

0 comments on commit 5651ced

Please sign in to comment.