aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-20 22:28:55 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-20 22:28:55 +1200
commitea7aba37737c13244c542e2e79bf337365457a7b (patch)
treea190e1f0ae37dee34665b0db4c1eeb0822714df2
parentTidy 'ruler' setting in .vimrc (diff)
downloaddotfiles-ea7aba37737c13244c542e2e79bf337365457a7b.tar.gz
dotfiles-ea7aba37737c13244c542e2e79bf337365457a7b.zip
Remove 'complete' setting in .vimrc
I nearly never use completion anyway, so best just to leave this out.
-rw-r--r--vim/vimrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/vim/vimrc b/vim/vimrc
index a80c5737..a836038f 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -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')