From a6cdae262df868ff79c32dca3b61686ef5c8e433 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Thu, 12 Sep 2019 19:44:24 +0200 Subject: Improved Java support & minor fixes --- vimrc-common | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'vimrc-common') diff --git a/vimrc-common b/vimrc-common index 21df101..b8900c4 100644 --- a/vimrc-common +++ b/vimrc-common @@ -141,12 +141,13 @@ set wildmode=longest:full | " do not preselect any entry and show all possib " code completion " set dictionary=/usr/share/dict/cracklib-small -" set complete+=k " make default completer respect the dictionary +set complete+=d | " scan current and included files for defined name or macro +set complete+=i | " scan current and included files for completions +set complete+=k " make default completer respect the dictionary set complete-=u " scan current and included files set complete+=i " scan current and included files set complete+=d " scan current and included files for defined name or macro -set complete+=d | " scan current and included files for defined name or macro -set complete+=i | " scan current and included files for completions +" set complete=d " scan current and included files for defined name or macro set completeopt+=noinsert | " Do not insert any text for a match until the user selects one set completeopt+=noselect | " Do not select a completion from the menu, let the user do that set tagcase=match | " tagcase match, because we mostly use ^] to jump around and that variant respects the upper/lower case [followscs, followic, match, ignore] -- cgit v1.2.3