When I open a new file in gvim with the open file icon, it's loaded
substituting the one I am editing in that moment. I rather like to be
open in a new tab instead. Is there any configuration option on .vimrc
to achieve this?
Thanks a lot in advance,
:wq
Open file icon in the toolbar is created by menu.vim with this command:
an 1.10 ToolBar.Open :browse confirm e<CR>
So I guess you can put the following command in your vimrc to make the
icon open file in a new tab:
an 1.10 ToolBar.Open :browse confirm tabe<CR>