summaryrefslogtreecommitdiff
path: root/files/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'files/vim/vimrc')
-rw-r--r--files/vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/vim/vimrc b/files/vim/vimrc
index c40eeec..b3bb734 100644
--- a/files/vim/vimrc
+++ b/files/vim/vimrc
@@ -128,8 +128,8 @@ if isdirectory(expand("~/c"))
endif
set autocomplete
-"set complete=.^6,w^6,b^6,u^6,i^6,d^6
-set complete=.^6,w^6,b^6,u^6
+"set complete=.^4,w^3,b^2,u^2,i^2,d^2
+set complete=.^4,w^3,b^2,u^2
set completeopt+=menu,popup
" Plugins.