Peng Yu wrote: > 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. > > Hello,
I'm not sure what you mean here; in particular, what do you mean by "scan"? Do you actually mean moving about in the file? The ctrl-p in normal mode is an equivalent to "k" or the <up> cursor key; so its a way to move about in a file. I tried ctrl-p in a large file, and vim dutifully moved the cursor up one line (after I removed yankring from my plugin directopry).I don't think LargeFile should be disabling motion in a file, and ctrl-p isn't the only way to move in a file -- so I probably am misunderstanding what you meant. Regards, Chip Campbell --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
