From 5fe67e55ae268274df1b1010f6207130d8bbbc73 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 10 Nov 2017 21:36:30 +1300 Subject: Rename complete.vim to completion.vim Clearer filename and more consistent to use the noun. --- vim/config/complete.vim | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 vim/config/complete.vim (limited to 'vim/config/complete.vim') 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 -- cgit v1.2.3