summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShougo Matsushita <Shougo.Matsu@gmail.com>2016-06-16 07:47:52 +0900
committerShougo Matsushita <Shougo.Matsu@gmail.com>2016-06-16 07:56:14 +0900
commit386d0710a2c29254ae2c7b70fb21c73565fd9745 (patch)
tree2d707301de335e49efcfdcef3be7fdb93f1d1e13
parent1c22dddf1985fd893793dce89ad97107e9124b9b (diff)
downloaddeoplete.nvim-386d0710a2c29254ae2c7b70fb21c73565fd9745.zip
Add FAQ
-rw-r--r--doc/deoplete.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/deoplete.txt b/doc/deoplete.txt
index 4f527f2..926efb6 100644
--- a/doc/deoplete.txt
+++ b/doc/deoplete.txt
@@ -1119,5 +1119,12 @@ A: You must disable deoplete when using vim-multiple-cursors. >
let g:deoplete#disable_auto_complete = 0
endfunction
+
+Q: The candidates are filtered by first character.
+https://github.com/Shougo/deoplete.nvim/issues/288
+
+A: >
+ call deoplete#custom#set('_', 'matchers', ['matcher_full_fuzzy'])
+<
==============================================================================
vim:tw=78:ts=8:ft=help:norl:noet:fen:noet: