Hi Jason, On Feb 23, 9:52 am, Jason Eggleston <[email protected]> wrote: > When using netrw and multiple tabs, the title is very terse, like > this: > > s//d//u/l/w/t/t... > > When editing a file such as this: > > mvim sftp://dev1//usr/local/www/test/tmp/test.txt > > How can I fix this?
try adding `set guitablabel=%t` to your ~/_gvimrc or _vimrc (or enter `:set guitablabel=%t` while in MacVim). See `:h 'guitablabel'` for more information. This should be in the FAQ. Perhaps we should even change the default setting? The issue comes up a lot (rightfully, because hat's how OS X apps behave normally), and the path is still available through cmd- click on the title bar. Nico --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
