diff options
Diffstat (limited to 'vimrc-common')
| -rw-r--r-- | vimrc-common | 12 |
1 files changed, 6 insertions, 6 deletions
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") | |||
| 64 | set fillchars= | " initialize empty fillchars | 64 | set fillchars= | " initialize empty fillchars |
| 65 | set listchars= | " initialize empty listchars | 65 | set listchars= | " initialize empty listchars |
| 66 | 66 | ||
| 67 | if &term == "linux" | 67 | if &term ==# 'linux' |
| 68 | set fillchars+=vert:\│ | " cool vertical split char | 68 | set fillchars+=vert:\│ | " cool vertical split char |
| 69 | else | 69 | else |
| 70 | set fillchars+=vert:\║ | " cool vertical split char | 70 | set fillchars+=vert:\║ | " cool vertical split char |
| @@ -143,11 +143,11 @@ set wildmode=longest:full | " do not preselect any entry and show all possib | |||
| 143 | " set dictionary=/usr/share/dict/cracklib-small | 143 | " set dictionary=/usr/share/dict/cracklib-small |
| 144 | set complete+=d | " scan current and included files for defined name or macro | 144 | set complete+=d | " scan current and included files for defined name or macro |
| 145 | set complete+=i | " scan current and included files for completions | 145 | set complete+=i | " scan current and included files for completions |
| 146 | set complete+=k " make default completer <C-N> respect the dictionary | 146 | set complete+=k | " make default completer <C-N> respect the dictionary |
| 147 | set complete-=u " scan current and included files | 147 | set complete-=u | " scan current and included files |
| 148 | set complete+=i " scan current and included files | 148 | set complete+=i | " scan current and included files |
| 149 | set complete+=d " scan current and included files for defined name or macro | 149 | set complete+=d | " scan current and included files for defined name or macro |
| 150 | " set complete=d " scan current and included files for defined name or macro | 150 | " set complete=d | " scan current and included files for defined name or macro |
| 151 | set completeopt+=noinsert | " Do not insert any text for a match until the user selects one | 151 | set completeopt+=noinsert | " Do not insert any text for a match until the user selects one |
| 152 | set completeopt+=noselect | " Do not select a completion from the menu, let the user do that | 152 | set completeopt+=noselect | " Do not select a completion from the menu, let the user do that |
| 153 | set tagcase=match | " tagcase match, because we mostly use ^] to jump around and that variant respects the upper/lower case [followscs, followic, match, ignore] | 153 | set tagcase=match | " tagcase match, because we mostly use ^] to jump around and that variant respects the upper/lower case [followscs, followic, match, ignore] |
