aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index ef35e03..71954de 100644
--- a/.vimrc
+++ b/.vimrc
@@ -59,7 +59,7 @@ if !has('nvim')
set completeopt+=popup
set completepopup=align:menu,border:off,highlight:WildMenu
endif
-set complete=.,w,b,u,i " Don't use tags as there may be lots of tags
+set complete=.,w,b,u " Don't use tags and included files as there may be lots of files
set shortmess+=c
set belloff+=ctrlg