aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/config/complete.vim3
-rw-r--r--vim/vimrc4
2 files changed, 3 insertions, 4 deletions
diff --git a/vim/config/complete.vim b/vim/config/complete.vim
new file mode 100644
index 00000000..5fcc0e62
--- /dev/null
+++ b/vim/config/complete.vim
@@ -0,0 +1,3 @@
+" 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
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