options: - compare with xclock or such to make sure its not X related - try any of the followming options gvim vim DISPLAY= gvim - script relatedc? don't source custom .vimrc files: (g)vim -u NONE -U NONE -N
- try vim then type :gui to start > Problem: After invoking gvim for example from the command line, it > takes about 5-10 seconds for the GUI to be displayed. Every time > after that, it comes up immediately. If I log outof the server and > log back in again, it takes that same 5-10 for the first invocation > and immediate thereafter. Maybe don't try to solve the problem, but work around it if keeping a session open makes everything faster. SSH supports Host * ControlPath ~/.ssh/master-%r@%h:%p ControlMaster auto which means the second ssh connection will reuse the first one if its still alive. Even if this does not solve your issue - it may help tracking down what is causing it. Marc Weber -- 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
