Monday, January 25, 2010

Re: How to not scan large files when I type ctrl+P? (about LargeFile.vim)

Peng Yu wrote:
> Hi,
>
> I installed ./plugin/LargeFile.vim so that I can open large files
> faster. But when open multiple files (some are large files), it will
> scan the large files if I type ctrl+P. I am wondering if LargeFile
> plugin can be modified so that vim would not scan the large files.
>
Please try v5d of LargeFile.vim, available from my website as
http://mysite.verizon.net/astronaut/vim/index.html#LARGEFILE .
I've used set cpt-=wbuU which will turn off completion by scanning
other windows/buffers. Ideally, as mentioned, it'd be
best if LargeFile could turn off completion scanning for just the
buffers/windows deemed to hold "Large" files, but that isn't
available. :Unlarge will reverse the effect.

Regards,
Chip Campbell

--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

No comments:

Post a Comment