From 2211f12e1dad2f453a3cf6a78ddb6d7d5162d569 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Thu, 8 Dec 2016 07:55:08 +0900 Subject: Improve the documentation --- doc/deoplete.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/deoplete.txt b/doc/deoplete.txt index ee85303..51fd759 100644 --- a/doc/deoplete.txt +++ b/doc/deoplete.txt @@ -523,8 +523,14 @@ EXAMPLES *deoplete-examples* SOURCES *deoplete-sources* buffer *deoplete-source-buffer* - It collects keywords from current buffer and the buffers which - have same 'filetype'. + It collects keywords from current buffer and the opened + buffers which have same 'filetype'. + + Note: It does not collect keywords from not loaded buffer. + For example, if you open file by "nvim A B". A is already + loaded, but B is not loaded. So buffer source cannot collect + the keywords in B until you switch to buffer B. + Note: It takes time to get the candidates in the first time if you want to edit the large files(like Vim 22000 lines eval.c). -- cgit v1.2.3