On Aug 14, 2013 11:07 PM, "Art Diabolic" <[email protected]> wrote:
>
> Hello everyone!
>
> I am Vim noob .
>
> I some times use vim in 2 or more another projects and I want have for
all tabs different sets of buffers. Аs it is possible to realize?
>
> I do not want run two instance of Vim

No. You can create a bunch of hacks to emulate such behavior, but they will
not be stable and they may require you to modify some plugins. Maybe just
switching the way you switch buffers will be enough for you: e.g. Command-T
and similar plugins can list all files found under current working
directory and properly setting up local directories for buffers (done by an
autocmd) may do the job.

Tabs are only collections/viewports for windows. Buffer list is not local
to any thing other then vim session (i.e. vim instance).

> --
> --
> 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/groups/opt_out.

-- 
-- 
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/groups/opt_out.

Reply via email to