aboutsummaryrefslogtreecommitdiff
path: root/vim/config/complete.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/complete.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/complete.vim')
-rw-r--r--vim/config/complete.vim3
1 files changed, 0 insertions, 3 deletions
diff --git a/vim/config/complete.vim b/vim/config/complete.vim
deleted file mode 100644
index 5fcc0e62..00000000
--- a/vim/config/complete.vim
+++ /dev/null
@@ -1,3 +0,0 @@
-" 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