I want to use vim tabs like the ones in MiniBufferExplorer or other editor tabs (when a file opens, it will open in a new tab, when closes close the tab).
I try to use autocmds but no success at all (it will open tabs for files but there are some problems). My .vimrc related to these: autocmd BufNew * :tablast autocmd BufAdd * :tabnew <sfile> Any commets? Burak --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
