runtime(doc): clarify how fuzzy 'completeopt' should work Commit: https://github.com/vim/vim/commit/2a2c4fffd7e04f74b316209404767f128684a9e1 Author: Christian Brabandt <c...@256bit.org> Date: Tue Jun 4 20:27:18 2024 +0200
runtime(doc): clarify how fuzzy 'completeopt' should work related: https://github.com/vim/vim/issues/14912 Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index bc7f68713..57fefa223 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 9.1. Last change: 2024 Jun 03 +*options.txt* For Vim version 9.1. Last change: 2024 Jun 04 VIM REFERENCE MANUAL by Bram Moolenaar @@ -2147,7 +2147,10 @@ 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. + 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). *'completepopup'* *'cpp'* 'completepopup' 'cpp' string (default empty) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1sEYv8-00ABeQ-3i%40256bit.org.