diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-20 22:28:55 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-20 22:28:55 +1200 |
commit | ea7aba37737c13244c542e2e79bf337365457a7b (patch) | |
tree | a190e1f0ae37dee34665b0db4c1eeb0822714df2 /vim | |
parent | Tidy 'ruler' setting in .vimrc (diff) | |
download | dotfiles-ea7aba37737c13244c542e2e79bf337365457a7b.tar.gz dotfiles-ea7aba37737c13244c542e2e79bf337365457a7b.zip |
Remove 'complete' setting in .vimrc
I nearly never use completion anyway, so best just to leave this out.
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -72,10 +72,6 @@ endif " filetype handle it set comments= -" Don't try to complete strings from included files, just use the strings in -" the open buffers; I'll open the file if I want to complete from it -set complete-=i - " Configuration for the command completion feature; rather than merely cycling " through possible completions with Tab, show them above the command line if has('wildmenu') |