diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/options.lua | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua index bb63ff638b..c028999d61 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -1505,10 +1505,7 @@ local options = { 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. longest Only insert the longest common text of the matches. If the menu is displayed you can use CTRL-L to add more |