Juan wrote: > Hi > > I'm having a strange problem with Yakuake, Guake, Tilda, Konsole, > Terminator and Gnome Terminal. > Every time I open a file that have syntax higlighting I have to wait > like 5 or 6 seconds. > But if I open that kind of files with gVim they are open as usual; in > less than a second. > > I wanted to change from gVim to Vim in Yakuake (or similar), but this > is very annoying.
Try "vim --startuptime timing.txt". This will record useful information in "timing.txt" to be able to tell where Vim spends time at startup. You need Vim-7.3.* for the --startup-time command line option (it was introduced in Vim-7.2.269) Try also "vim -X". Does this help? If so, your DISPLAY env variable may not be set correctly. Regards -- Dominique -- 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
