aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-28 22:13:42 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-28 22:13:42 +1300
commit63d4f331a305c1e9e7c791814b2a8d77600ea6e7 (patch)
tree63423c80232d507c177824e59ad6f4f1bf57bd33 /vim/vimrc
parentMove scrolling .vimrc config into subfile (diff)
downloaddotfiles-63d4f331a305c1e9e7c791814b2a8d77600ea6e7.tar.gz
dotfiles-63d4f331a305c1e9e7c791814b2a8d77600ea6e7.zip
Move completion .vimrc config into subfile
Only one setting at the moment, but there's enough completion stuff even just in core Vim that I'm barely using, so this could be expanded upon later on.
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/vim/vimrc b/vim/vimrc
index d94b5929..a2698925 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -31,10 +31,6 @@ if has('syntax')
silent! colorscheme sahara
endif
-" 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
-
" Don't jump my screen around when I join lines, keep my cursor in the same
" place; this is done by dropping a mark first and then immediately returning
" to it; note that it wipes out your z mark, if you happen to use it