aboutsummaryrefslogtreecommitdiff
path: root/vim/config/completion.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-10 21:36:30 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-10 21:36:30 +1300
commit5fe67e55ae268274df1b1010f6207130d8bbbc73 (patch)
tree885ef581c309f033f7c6c32246bb82553d626506 /vim/config/completion.vim
parentRename term.vim to terminal.vim (diff)
downloaddotfiles-5fe67e55ae268274df1b1010f6207130d8bbbc73.tar.gz
dotfiles-5fe67e55ae268274df1b1010f6207130d8bbbc73.zip
Rename complete.vim to completion.vim
Clearer filename and more consistent to use the noun.
Diffstat (limited to 'vim/config/completion.vim')
-rw-r--r--vim/config/completion.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/config/completion.vim b/vim/config/completion.vim
new file mode 100644
index 00000000..5fcc0e62
--- /dev/null
+++ b/vim/config/completion.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