From eccf27e61a9a2864f25a1bebb6383a30efab83d3 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Tue, 8 Oct 2019 22:36:24 +0200 Subject: Refactord color scheme and statusbar --- vimrc-common | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'vimrc-common') diff --git a/vimrc-common b/vimrc-common index 4b00369..77ebbdf 100644 --- a/vimrc-common +++ b/vimrc-common @@ -64,7 +64,7 @@ if has("multi_byte") set fillchars= | " initialize empty fillchars set listchars= | " initialize empty listchars - if &term == "linux" + if &term ==# 'linux' set fillchars+=vert:\│ | " cool vertical split char else set fillchars+=vert:\║ | " cool vertical split char @@ -143,11 +143,11 @@ set wildmode=longest:full | " do not preselect any entry and show all possib " set dictionary=/usr/share/dict/cracklib-small 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+=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 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