I have the following lines in my .vimrc

    au BufNewFile,BufRead *.md setlocal dictionary+=/usr/share/dict/words
    au BufNewFile,BufRead *.md setlocal complete+=k

It is understandably slow the first time I attempt a completion...as in minutes.

Are there methods to speed this up? Can I pre-cache the words file in
some way? I find the dictionary completion very useful, but not at
this pace!

c
--
Chris Lott <[email protected]>

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to