On Monday, October 15, 2018 at 7:43:34 PM UTC+13, Deepak kumar wrote: 
> Is there any way to avoid warning  "***note*** handling a large file" while 
> opening a large file?

The message comes from the LargeFile.vim plugin, so you could just find from 
where it's being loaded, and remove it.  You could run :scriptnames to see 
where it came from.

Or, to disable it you could add 

    let g:loaded_LargeFile = -1
 
to your .vimrc.

If you want the functionality, but just don't want the message, you could hack 
the plugin.  It's quite simple and short.

-- 
-- 
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

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to