Chris Mueller wrote: > Hola. I just upgraded from ubuntu 8.04 to 9.04, and have some fresh > odd behavior... > > > In gnome terminal... > cmueller.cmueller-ubu.~>time vim -u NONE -U NONE -c q > > real 0m0.028s > user 0m0.016s > sys 0m0.008s > cmueller.cmueller-ubu.~>time vim -X -u NONE -U NONE -c q > > real 0m0.017s > user 0m0.012s > sys 0m0.000s > > Thats fine... In a "tilda" terminal... > > cmueller.cmueller-ubu.scripts>time vim -u NONE -U NONE -c q > > real 0m6.030s > user 0m0.008s > sys 0m0.008s > cmueller.cmueller-ubu.scripts>time vim -X -u NONE -U NONE -c q > > real 0m0.018s > user 0m0.012s > sys 0m0.008s > > > Anyone know What would cause this? I could just alias vim to always > start with -X.. but that rubs me as a dirty solution... Apparently there's no X server available under the "tilda" terminal, but vim is attempting to contact it (and has to wait for a timeout). Read :help -X . Seems like an alias would be what you need, unless someone here knows otherwise about the tilda terminal and X.
Regards, Chip Campbell --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
