From 927142ad1b964d09478d6d29a6a8bbe92a1fffd0 Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Thu, 9 Oct 2014 22:00:10 +0200 Subject: [PATCH] =?utf8?q?Correction=20:=20vim=20:=20affiche=20tous=20les?= =?utf8?q?=20compl=C3=A8tements.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- vim/config/neocomplcache.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/config/neocomplcache.vim b/vim/config/neocomplcache.vim index bbe9975..dc01226 100644 --- a/vim/config/neocomplcache.vim +++ b/vim/config/neocomplcache.vim @@ -9,6 +9,7 @@ let g:neocomplcache_enable_smart_case = 1 " Set minimum syntax keyword length. let g:neocomplcache_min_syntax_length = 2 let g:neocomplcache_lock_buffer_name_pattern = '\*ku\*' +let g:neocomplcache_max_list = 0 " Define dictionary. let g:neocomplcache_dictionary_filetype_lists = { -- 2.20.1