]> git.rmz.io Git - dotfiles.git/commitdiff
vim: complete more words
authorSamir Benmendil <me@rmz.io>
Thu, 27 Aug 2015 00:17:16 +0000 (01:17 +0100)
committerSamir Benmendil <me@rmz.io>
Thu, 27 Aug 2015 01:33:49 +0000 (02:33 +0100)
vim/vimrc

index 8160348d9a899b53ef50a93d7843708f657b6263..10e86f490270e8f01c75b45123cb30a2b44c11d5 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -182,6 +182,8 @@ set complete+=w      " scan buffers from other windows
 set complete+=b      " scan other loaded buffers that are in the buffer list
 set complete+=u      " scan the unloaded buffers that are in the buffer list
 set complete+=t      " scan tags
+set complete+=i      " scan current and included files
+set complete+=kspell " use the currently active spell checking |spell|
 
 " whether to use a popup menu for Insert mode completion
 set completeopt=longest,menuone,preview