On Wednesday, November 13, 2013 8:03:18 AM UTC-6, Christian Brabandt wrote: > > > I think what you're really asking is for a way to exclude buffers or files > > > from being processed by insert-mode completion, if you know scanning them > > > will be slow. > > > > > > This could be true for very large file, or for files on a network share, > > > or files that require reading with autocmds to unzip them or something. > > > > > > > > So this would mean, having a new buffer local option like > > 'completebufignore' that is off by default and could be set to > > ignore the current buffer from being processed for completion? > > > > Bram, what are youre thoughts regarding adding yet another option? > > > > Other suggestions? > >
I was thinking something more like wildignore. Maybe call it 'completeignore' or something. -- -- You received this message from the "vim_dev" 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_dev" 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/groups/opt_out.
